mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 10:48:09 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -62,7 +62,7 @@ float FlippedIcon::getV(double offset, bool adjust/*=false*/) const
|
||||
return getV0(adjust) + (diff * ((float) offset / SharedConstants::WORLD_RESOLUTION));
|
||||
}
|
||||
|
||||
wstring FlippedIcon::getName() const
|
||||
std::wstring FlippedIcon::getName() const
|
||||
{
|
||||
return base->getName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user