소스 검색

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;