浏览代码

Remove obsolete code

ameuleman 8 年之前
父节点
当前提交
55ce823d60
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      inspector/src/tools/LabelTool.ts

+ 1 - 1
inspector/src/tools/LabelTool.ts

@@ -64,7 +64,7 @@ module INSPECTOR {
             this._labelInitialized = true;
             this._labelInitialized = true;
         }
         }
 
 
-        private _createLabel(mesh: BABYLON.AbstractMesh){//: BABYLON.Group2D {
+        private _createLabel(mesh: BABYLON.AbstractMesh){
             // Don't create label for "system nodes" (starting and ending with ###)
             // Don't create label for "system nodes" (starting and ending with ###)
             let name = mesh.name;
             let name = mesh.name;