Skip to content
Snippets Groups Projects
Commit 8fe753c3 authored by Kahrl's avatar Kahrl
Browse files

FileSelectMenu: Fix formspec parsing broken by Irrlicht file-chooser

parent aa8c88cf
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ GUIModalMenu(env, parent, id, menumgr)
GUIFileSelectMenu::~GUIFileSelectMenu()
{
removeChildren();
setlocale(LC_NUMERIC, "C");
}
void GUIFileSelectMenu::removeChildren()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment