From 5c49a14344d54342dd5a9d1a88c662de50481e2a Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 2 Sep 2012 14:33:30 +0000 Subject: [PATCH] Revert the moving of lua running in the frame loop --- BizHawk.MultiClient/MainForm.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index e86cf77042..a868069e28 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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 } }