Skip to content
Snippets Groups Projects
Commit 998d10df authored by vonarnim's avatar vonarnim
Browse files

[hotfix] Assets splash was not closed on firefox due to thread priority change

Change-Id: Ib42342aaf015142d1cf5bd7a93e547fcb903da47
parent e06f83b6
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,9 @@ GZ3D.GZIface.prototype.onConnected = function()
}
this.assetProgressData.prepared = true;
if (this.assetProgressCallback) {
this.assetProgressCallback(this.assetProgressData);
}
this.gui.setSceneStats(message);
this.sceneTopic.unsubscribe();
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment