浏览代码

removed check

Royi Bernthal 7 年之前
父节点
当前提交
9706d306c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();
     }
 
     /**