mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-26 07:06:04 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// IDS_TILE_LEAVES_BIRCH,
|
||||
// };
|
||||
//
|
||||
// const wstring LeafTile::TEXTURES[2][4] = { {L"leaves", L"leaves_spruce", L"leaves", L"leaves_jungle"}, {L"leaves_opaque", L"leaves_spruce_opaque", L"leaves_opaque", L"leaves_jungle_opaque"},};
|
||||
// const std::wstring LeafTile::TEXTURES[2][4] = { {L"leaves", L"leaves_spruce", L"leaves", L"leaves_jungle"}, {L"leaves_opaque", L"leaves_spruce_opaque", L"leaves_opaque", L"leaves_jungle_opaque"},};
|
||||
|
||||
|
||||
// from TransparentTile, since we're no longer inheriting
|
||||
|
||||
Reference in New Issue
Block a user