mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +02:00
CR feedback
This commit is contained in:
parent
55010cebb7
commit
bf8cdabd1b
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ void ScriptEngine::loadEntityScript(QWeakPointer<ScriptEngine> theEngine, const
|
|||
// FIXME - I'm leaving this in for testing, so that QA can confirm that sometimes the script contents
|
||||
// returns after the ScriptEngine has been deleted, we can remove this after QA verifies the
|
||||
// repro case.
|
||||
qDebug() << "ScriptCache::getScriptContents() returned after our ScriptEngine was deleted...";
|
||||
qDebug() << "ScriptCache::getScriptContents() returned after our ScriptEngine was deleted... script:" << scriptOrURL;
|
||||
}
|
||||
}, forceRedownload);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue