mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Temporarily disable assert in ScriptCache
This commit is contained in:
parent
330a6bb279
commit
ebb4db134d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ ScriptCache::ScriptCache(QObject* parent) {
|
|||
}
|
||||
|
||||
QString ScriptCache::getScript(const QUrl& url, ScriptUser* scriptUser, bool& isPending, bool reload) {
|
||||
assert(!_scriptCache.contains(url) || !reload);
|
||||
//assert(!_scriptCache.contains(url) || !reload);
|
||||
|
||||
QString scriptContents;
|
||||
if (_scriptCache.contains(url) && !reload) {
|
||||
|
|
Loading…
Reference in a new issue