浏览代码

Merge pull request #1612 from nockawa/inspector

Forgot to remove ProfilingWindow...
Loïc Baumann 8 年之前
父节点
当前提交
e50bd5451e
共有 1 个文件被更改,包括 0 次插入2 次删除
  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