gui.text() - fix so that screen is clearned at the beginning of each frame, so that the text stays drawn when paused
This commit is contained in:
parent
7daf318134
commit
c5334cc639
|
@ -376,7 +376,6 @@ namespace BizHawk.MultiClient
|
|||
LuaConsole1.ResumeScripts(false);
|
||||
#endif
|
||||
|
||||
Global.RenderPanel.ClearGUIText();
|
||||
StepRunLoop_Core();
|
||||
//if(!IsNullEmulator())
|
||||
StepRunLoop_Throttle();
|
||||
|
@ -1676,7 +1675,7 @@ namespace BizHawk.MultiClient
|
|||
if (runFrame)
|
||||
{
|
||||
//client input-related duties
|
||||
|
||||
Global.RenderPanel.ClearGUIText();
|
||||
#if WINDOWS
|
||||
LuaConsole1.ResumeScripts(true);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue