Revert the moving of lua running in the frame loop

This commit is contained in:
adelikat 2012-09-02 14:33:30 +00:00
parent 6a8c87d598
commit 5c49a14344
1 changed files with 3 additions and 3 deletions

View File

@ -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
}
}