ソースを参照

Fix inspector

David Catuhe 7 年 前
コミット
8181aad919

ファイルの差分が大きいため隠しています
+ 10685 - 10679
Playground/babylon.d.txt


ファイルの差分が大きいため隠しています
+ 2177 - 2177
dist/preview release/babylon.d.ts


ファイルの差分が大きいため隠しています
+ 1 - 1
dist/preview release/inspector/babylon.inspector.bundle.js


ファイルの差分が大きいため隠しています
+ 1 - 1
dist/preview release/inspector/babylon.inspector.bundle.js.map


+ 2 - 2
inspector/src/Inspector.ts

@@ -48,11 +48,11 @@ export class Inspector {
 
         // Load GUI library if not already done
         if (!GUI) {
-            Tools.LoadScript("https://preview.babylonjs.com/gui/gui.js", () => {
+            Tools.LoadScript("https://preview.babylonjs.com/gui/babylon.gui.min.js", () => {
                 //Load properties of GUI objects now as GUI has to be declared before 
                 loadGUIProperties();
             }, () => {
-                console.warn('Error : loading "gui.js". Please add script https://preview.babylonjs.com/gui/gui.js to the HTML file.');
+                console.warn('Error : loading "babylon.gui.min.js". Please add script https://preview.babylonjs.com/gui/babylon.min.gui.js to the HTML file.');
             });
         }
         else {