mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 14:29:13 +02:00
Fix scriptcache only serving empty strings
This commit is contained in:
parent
3c374e8ee2
commit
c6485cc50c
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ void ScriptCache::scriptContentAvailable() {
|
||||||
|
|
||||||
if (success) {
|
if (success) {
|
||||||
allCallbacks = scriptRequest.scriptUsers;
|
allCallbacks = scriptRequest.scriptUsers;
|
||||||
auto scriptContent = _scriptCache[url];
|
//auto scriptContent = _scriptCache[url];
|
||||||
|
|
||||||
_activeScriptRequests.remove(url);
|
_activeScriptRequests.remove(url);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue