Revert the moving of lua running in the frame loop
This commit is contained in:
parent
6a8c87d598
commit
5c49a14344
|
@ -1898,6 +1898,9 @@ namespace BizHawk.MultiClient
|
|||
if (!fff)
|
||||
{
|
||||
UpdateToolsBefore();
|
||||
#if WINDOWS
|
||||
LuaConsole1.ResumeScripts(true);
|
||||
#endif
|
||||
}
|
||||
|
||||
if ((DateTime.Now - runloop_second).TotalSeconds > 1)
|
||||
|
@ -1967,9 +1970,6 @@ namespace BizHawk.MultiClient
|
|||
if (!fff)
|
||||
{
|
||||
UpdateToolsAfter();
|
||||
#if WINDOWS
|
||||
LuaConsole1.ResumeScripts(true);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue