mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-01 08:06:28 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -56,7 +56,7 @@ void TextureHolder::setForcedScale(int targetSize)
|
||||
}
|
||||
|
||||
//@Override
|
||||
wstring TextureHolder::toString()
|
||||
std::wstring TextureHolder::toString()
|
||||
{
|
||||
return L"TextureHolder{width=" + _toString(width) + L", height=" + _toString(height) + L'}';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user