Line 53:
changed: LuaImp = new EmuLuaLibrary(this); into: LuaImp = new EmuLuaLibrary(); -MightyMar
This commit is contained in:
parent
186503c041
commit
a177a111b9
|
@ -50,7 +50,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
};
|
||||
|
||||
InitializeComponent();
|
||||
LuaImp = new EmuLuaLibrary(this);
|
||||
LuaImp = new EmuLuaLibrary();
|
||||
Closing += (o, e) =>
|
||||
{
|
||||
if (AskSave())
|
||||
|
|
Loading…
Reference in New Issue