FileSelectMenu: Fix formspec parsing broken by Irrlicht file-chooser

This commit is contained in:
Kahrl 2016-04-28 20:27:59 +02:00 committed by kilbith
parent 46fd114e9a
commit d0db11c33b
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ GUIModalMenu(env, parent, id, menumgr)
GUIFileSelectMenu::~GUIFileSelectMenu()
{
removeChildren();
setlocale(LC_NUMERIC, "C");
}
void GUIFileSelectMenu::removeChildren()