Lua - make a call to DrawFinish() when closing the lua console. Fixes endless locked emu surface errors when opening it back up and loading a script that draws
This commit is contained in:
parent
8041d6b85c
commit
ec502acd1d
|
@ -63,6 +63,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
SaveColumnInfo(LuaListView, Settings.Columns);
|
||||
CloseLua();
|
||||
GlobalWin.DisplayManager.ClearLuaSurfaces();
|
||||
LuaImp.GuiLibrary.DrawFinish();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue