mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02: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