comment out feos' sandbox change so things compile
This commit is contained in:
parent
ca3b43973c
commit
418eed6cc5
BizHawk.Client.Common/lua
|
@ -56,9 +56,12 @@ namespace BizHawk.Client.Common
|
|||
|
||||
public void Call(string name = null)
|
||||
{
|
||||
LuaSandbox.Sandbox(() => {
|
||||
_function.Call(name);
|
||||
});
|
||||
// TODO
|
||||
//LuaSandbox.Sandbox(() => {
|
||||
// _function.Call(name);
|
||||
//});
|
||||
|
||||
_function.Call(name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue