mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +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) {
|
||||
//qDebug() << "ScriptEngine::run()... about to emit update() _scriptName:" << _scriptName << "_fileNameString:" << _fileNameString << "_isFinished:" << _isFinished;
|
||||
emit update(deltaTime);
|
||||
}
|
||||
lastUpdate = now;
|
||||
|
|
Loading…
Reference in a new issue