mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix ScriptEngine setting _isFinished when it shouldn't
This commit is contained in:
parent
ea831238e6
commit
4d84362757
1 changed files with 0 additions and 1 deletions
|
@ -673,7 +673,6 @@ void ScriptEngine::run() {
|
|||
}
|
||||
|
||||
_isRunning = true;
|
||||
_isFinished = false;
|
||||
if (_wantSignals) {
|
||||
emit runningStateChanged();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue