When closing the lua console - clear the lua surface

This commit is contained in:
adelikat 2014-08-16 20:09:57 +00:00
parent 5db099ec8f
commit fe09023ef6
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ namespace BizHawk.Client.EmuHawk
if (AskSave())
{
SaveConfigSettings();
GlobalWin.DisplayManager.ClearLuaSurfaces();
}
else
{