Coins appear after scene loaded, and button is now blinking
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user