Lua console - clear on screen text when closing lua console
This commit is contained in:
parent
38a525eefd
commit
dc2a41c737
|
@ -86,6 +86,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
LuaImp.GuiLibrary.DrawFinish();
|
||||
LuaImp?.Close();
|
||||
GlobalWin.OSD.ClearGuiText();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue