Lua - gui.text() finished
This commit is contained in:
parent
064bdbb9a7
commit
5492a9fd19
|
@ -270,6 +270,7 @@ namespace BizHawk.MultiClient
|
|||
return;
|
||||
|
||||
Global.MainForm.LuaConsole1.WriteToOutputWindow(lua_input.ToString());
|
||||
Global.RenderPanel.AddGUIText(lua_input.ToString(), x, y);
|
||||
}
|
||||
|
||||
//----------------------------------------------------
|
||||
|
|
|
@ -1619,6 +1619,7 @@ namespace BizHawk.MultiClient
|
|||
bool genSound = false;
|
||||
if (runFrame)
|
||||
{
|
||||
Global.RenderPanel.ClearGUIText();
|
||||
//client input-related duties
|
||||
if (LuaConsole1.IsRunning())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue