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;