Browse Source

removed check

Royi Bernthal 7 năm trước cách đây
mục cha
commit
9706d306c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gui/src/2D/controls/multiLine.ts

+ 1 - 1
gui/src/2D/controls/multiLine.ts

@@ -62,7 +62,7 @@ export class MultiLine extends Control {
 
     /** Function called when a point is updated */
     public onPointUpdate = (): void => {
-        if (this.isVisible) this._markAsDirty();
+        this._markAsDirty();
     }
 
     /**