when closing the lua console - clear registered functions
This commit is contained in:
parent
62f3214ce2
commit
0a1a2dbe7d
|
@ -170,6 +170,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
public override void Close()
|
||||
{
|
||||
RegisteredFunctions.Clear();
|
||||
FormsLibrary.DestroyAll();
|
||||
_lua.Close();
|
||||
_lua = new Lua();
|
||||
|
|
Loading…
Reference in New Issue