mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-21 17:05:41 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "../../Minecraft.Client/Build/Common/Colours/ColourTable.h"
|
||||
#include "StemTile.h"
|
||||
|
||||
const wstring StemTile::TEXTURE_ANGLED = L"stem_bent";
|
||||
const std::wstring StemTile::TEXTURE_ANGLED = L"stem_bent";
|
||||
|
||||
StemTile::StemTile(int id, Tile *fruit) : Bush(id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user