浏览代码

Merge pull request #1097 from RaananW/send-back-first-plugin

This will send the babylon loader per default.
David Catuhe 9 年之前
父节点
当前提交
069da0144a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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