소스 검색

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
                 }