mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-16 15:02:01 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "../Headers/net.minecraft.world.h"
|
||||
#include "../Util/Facing.h"
|
||||
|
||||
const wstring TheEndPortalFrameTile::TEXTURE_EYE = L"endframe_eye";
|
||||
const std::wstring TheEndPortalFrameTile::TEXTURE_EYE = L"endframe_eye";
|
||||
|
||||
TheEndPortalFrameTile::TheEndPortalFrameTile(int id) : Tile(id, Material::glass, isSolidRender() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user