Ver código fonte

Clearin the callback array once done.

Raanan Weber 9 anos atrás
pai
commit
88b77352af
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/babylon.engine.ts

+ 1 - 0
src/babylon.engine.ts

@@ -91,6 +91,7 @@
         texture.onLoadedCallbacks.forEach(function (callback) {
             callback();
         });
+        texture.onLoadedCallbacks = [];
     };
 
     var partialLoad = (url: string, index: number, loadedImages: any, scene,