lua console - roll back commit that disposes scripts when closing the window, apparnetly luainterface doesn't want you to dispose of disposable things
This commit is contained in:
parent
0c7cedd2ac
commit
3b197b8fdf
|
@ -68,13 +68,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
GlobalWin.DisplayManager.ClearLuaSurfaces();
|
||||
LuaImp.GuiLibrary.DrawFinish();
|
||||
foreach (var lua in _luaList)
|
||||
{
|
||||
if (lua.Thread != null)
|
||||
{
|
||||
lua.Thread.Dispose();
|
||||
}
|
||||
}
|
||||
CloseLua();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue