mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:37:20 +02:00
removed dead code
This commit is contained in:
parent
85cec79ff5
commit
1efa7b28b0
1 changed files with 0 additions and 1 deletions
|
@ -531,7 +531,6 @@ void ScriptEngine::run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_isFinished) {
|
if (!_isFinished) {
|
||||||
//qDebug() << "ScriptEngine::run()... about to emit update() _scriptName:" << _scriptName << "_fileNameString:" << _fileNameString << "_isFinished:" << _isFinished;
|
|
||||||
emit update(deltaTime);
|
emit update(deltaTime);
|
||||||
}
|
}
|
||||||
lastUpdate = now;
|
lastUpdate = now;
|
||||||
|
|
Loading…
Reference in a new issue