浏览代码

fix executed console command was only removed from console after next update

Kolja Strohm 8 月之前
父节点
当前提交
14ac2dfc35
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Console.cpp

+ 1 - 0
Console.cpp

@@ -528,6 +528,7 @@ void Framework::InputLine::thread()
                         input = "";
                         cursorPos = 0;
                         cs.unlock();
+                        triggerUpdate();
                     }
                     continue; // skip the unlock
                 }