Parcourir la source

Merge pull request #1612 from nockawa/inspector

Forgot to remove ProfilingWindow...
Loïc Baumann il y a 8 ans
Parent
commit
e50bd5451e
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      inspector/src/tools/LabelTool.ts

+ 0 - 2
inspector/src/tools/LabelTool.ts

@@ -64,8 +64,6 @@ module INSPECTOR {
             // Create the canvas that will be used to display the labels
             // Create the canvas that will be used to display the labels
             this._canvas = new BABYLON.ScreenSpaceCanvas2D(this._scene, {id: "###Label Canvas###"/*, cachingStrategy: BABYLON.Canvas2D.CACHESTRATEGY_TOPLEVELGROUPS*/});
             this._canvas = new BABYLON.ScreenSpaceCanvas2D(this._scene, {id: "###Label Canvas###"/*, cachingStrategy: BABYLON.Canvas2D.CACHESTRATEGY_TOPLEVELGROUPS*/});
 
 
-            this._canvas.createCanvasProfileInfoCanvas();
-
             // Create label for all the Meshes, Lights and Cameras
             // Create label for all the Meshes, Lights and Cameras
             // Those that will be created/removed after this method is called will be taken care by the event handlers added below
             // Those that will be created/removed after this method is called will be taken care by the event handlers added below