fix registerbefore\registerafter drawing memory leak??
This commit is contained in:
parent
ab761066e9
commit
37a916f779
|
@ -885,7 +885,8 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
if (luaList != null && luaList.Count > 0)
|
if (luaList != null && luaList.Count > 0)
|
||||||
{
|
{
|
||||||
LuaImp.gui_drawNewEmu();
|
if (LuaImp.luaSurface == null)
|
||||||
|
LuaImp.gui_drawNewEmu();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue