Skip to content

Commit

Permalink
FileSelectMenu: Fix formspec parsing broken by Irrlicht file-chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrl committed May 1, 2016
1 parent aa8c88c commit 8fe753c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/guiFileSelectMenu.cpp
Expand Up @@ -36,6 +36,7 @@ GUIModalMenu(env, parent, id, menumgr)
GUIFileSelectMenu::~GUIFileSelectMenu()
{
removeChildren();
setlocale(LC_NUMERIC, "C");
}

void GUIFileSelectMenu::removeChildren()
Expand Down

0 comments on commit 8fe753c

Please sign in to comment.