mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 14:16:36 +02:00
Merge pull request #6513 from huffman/fix-script-race-condition
Fix ScriptEngine setting _isFinished when it shouldn't, causing scripts to accumulate when restarting
This commit is contained in:
commit
46556b7fa5
1 changed files with 0 additions and 1 deletions
|
@ -674,7 +674,6 @@ void ScriptEngine::run() {
|
|||
}
|
||||
|
||||
_isRunning = true;
|
||||
_isFinished = false;
|
||||
if (_wantSignals) {
|
||||
emit runningStateChanged();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue