fix registerbefore\registerafter drawing memory leak??

This commit is contained in:
goyuken 2012-10-12 15:05:06 +00:00
parent ab761066e9
commit 37a916f779
1 changed files with 2 additions and 1 deletions

View File

@ -885,7 +885,8 @@ namespace BizHawk.MultiClient
{
if (luaList != null && luaList.Count > 0)
{
LuaImp.gui_drawNewEmu();
if (LuaImp.luaSurface == null)
LuaImp.gui_drawNewEmu();
}
}