Fixed compiler warning.

This commit is contained in:
hiker 2017-03-15 12:52:46 +11:00
parent 9bee42ccb7
commit a2bca46958

View File

@ -1256,7 +1256,7 @@ bool CGUIEditBox::processMouse(const SEvent& event)
if (GUIEngine::ScreenKeyboard::getCurrent() == NULL)
{
new GUIEngine::ScreenKeyboard(0.98, 0.30, this);
new GUIEngine::ScreenKeyboard(0.98f, 0.30f, this);
}
return true;