Coins appear after scene loaded, and button is now blinking

This commit is contained in:
Thomas FORGIONE
2015-10-02 14:44:38 +02:00
parent 2982b9804b
commit 0e3eae5ff1
5 changed files with 56 additions and 4 deletions

View File

@@ -382,6 +382,11 @@ ProgressiveLoader.prototype.initIOCallbacks = function() {
if (typeof self.log === 'function')
self.log(self.numberOfFacesReceived, self.numberOfFaces);
self.finished = true;
if (typeof L3D.ProgressiveLoader.onFinished === 'function') {
L3D.ProgressiveLoader.onFinished();
}
});
};