mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
This commit is contained in:
parent
0f9440fa61
commit
22a59b3912
17 changed files with 315 additions and 111 deletions
|
@ -101,7 +101,6 @@ void GUIVolumeChange::regenerateGui(v2u32 screensize)
|
|||
/*
|
||||
Add stuff
|
||||
*/
|
||||
changeCtype("");
|
||||
{
|
||||
core::rect<s32> rect(0, 0, 120, 20);
|
||||
rect = rect + v2s32(size.X/2-60, size.Y/2-35);
|
||||
|
@ -132,7 +131,6 @@ void GUIVolumeChange::regenerateGui(v2u32 screensize)
|
|||
e->setMax(100);
|
||||
e->setPos(volume);
|
||||
}
|
||||
changeCtype("");
|
||||
}
|
||||
|
||||
void GUIVolumeChange::drawMenu()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue