Lua console - clear on screen text when closing lua console

This commit is contained in:
adelikat 2020-02-03 17:20:49 -06:00
parent 38a525eefd
commit dc2a41c737
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ namespace BizHawk.Client.EmuHawk
LuaImp.GuiLibrary.DrawFinish();
LuaImp?.Close();
GlobalWin.OSD.ClearGuiText();
}
else
{