Pārlūkot izejas kodu

Forgot to remove ProfilingWindow...

nockawa 8 gadi atpakaļ
vecāks
revīzija
2202301b07
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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
             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
             // Those that will be created/removed after this method is called will be taken care by the event handlers added below