mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-07 01:07:15 +00:00
fix: resolve warnings on TUImagePaths
This commit is contained in:
parent
b4833bf7c2
commit
3b234ca659
|
|
@ -1312,7 +1312,7 @@ TEXTURE_NAME TUImages[] =
|
|||
};
|
||||
|
||||
// This is for any TU textures that aren't part of our enum indexed preload set
|
||||
wchar_t *TUImagePaths[] =
|
||||
const wchar_t *TUImagePaths[] =
|
||||
{
|
||||
L"font/Default",
|
||||
L"font/Mojangles_7",
|
||||
|
|
|
|||
Loading…
Reference in a new issue