mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-10 02:32:32 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -60,7 +60,7 @@ void SignRenderer::render(std::shared_ptr<TileEntity> _sign, double x, double y,
|
||||
glDepthMask(false);
|
||||
|
||||
int col = Minecraft::GetInstance()->getColourTable()->getColor(eMinecraftColour_Sign_Text);
|
||||
wstring msg;
|
||||
std::wstring msg;
|
||||
// need to send the new data
|
||||
// Get the current language setting from the console
|
||||
DWORD dwLanguage = XGetLanguage( );
|
||||
|
||||
Reference in New Issue
Block a user