Royi Bernthal пре 7 година
родитељ
комит
549577394a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gui/src/2D/multiLinePoint.ts

+ 1 - 1
gui/src/2D/multiLinePoint.ts

@@ -115,8 +115,8 @@ export class MultiLinePoint {
     }
 
     public resetLinks(): void {
-        this.mesh = null;
         this.control = null;
+        this.mesh = null;
     }
 
     /**