David Catuhe пре 6 година
родитељ
комит
919e4a9739
2 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 2
      Playground/js/index.js
  2. 0 2
      sandbox/index.js

+ 0 - 2
Playground/js/index.js

@@ -2,8 +2,6 @@
 var defaultScene = "scripts/basic scene.js";
 var monacoMode = "javascript";
 
-BABYLON.DebugLayer.InspectorURL = "https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js";
-
 function getRunCode(jsEditor, callBack) {
     var code = jsEditor.getValue();
     callBack(code);

+ 0 - 2
sandbox/index.js

@@ -19,8 +19,6 @@ var footer = document.getElementById("footer");
 var canvas = document.getElementById("renderCanvas");
 var canvasZone = document.getElementById("canvasZone");
 
-BABYLON.DebugLayer.InspectorURL = "https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js";
-
 var indexOf = location.href.indexOf("?");
 if (indexOf !== -1) {
     var params = location.href.substr(indexOf + 1).split("&");