Procházet zdrojové kódy

This will send the babylon loader per default.

Raanan Weber před 9 roky
rodič
revize
00b967ad2f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/Loading/babylon.sceneLoader.ts

+ 1 - 1
src/Loading/babylon.sceneLoader.ts

@@ -80,7 +80,7 @@
                 }
             }
 
-            return this._registeredPlugins[this._registeredPlugins.length - 1];
+            return this._registeredPlugins[0];
         }
 
         // Public functions