Parcourir la source

Remove obsolete code

ameuleman il y a 8 ans
Parent
commit
55ce823d60
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;