changed: LuaImp = new EmuLuaLibrary(this);
into:    LuaImp = new EmuLuaLibrary();     

-MightyMar
This commit is contained in:
mvl1986 2014-01-21 16:24:03 +00:00
parent 186503c041
commit a177a111b9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace BizHawk.Client.EmuHawk
};
InitializeComponent();
LuaImp = new EmuLuaLibrary(this);
LuaImp = new EmuLuaLibrary();
Closing += (o, e) =>
{
if (AskSave())