ソースを参照

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;
         }
 
-        private _createLabel(mesh: BABYLON.AbstractMesh){//: BABYLON.Group2D {
+        private _createLabel(mesh: BABYLON.AbstractMesh){
             // Don't create label for "system nodes" (starting and ending with ###)
             let name = mesh.name;