mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-15 11:49:38 +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
|
// 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
|
// returns after the ScriptEngine has been deleted, we can remove this after QA verifies the
|
||||||
// repro case.
|
// repro case.
|
||||||
qDebug() << "ScriptCache::getScriptContents() returned after our ScriptEngine was deleted...";
|
qDebug() << "ScriptCache::getScriptContents() returned after our ScriptEngine was deleted... script:" << scriptOrURL;
|
||||||
}
|
}
|
||||||
}, forceRedownload);
|
}, forceRedownload);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue