diff --git a/Packages/src/Runtime/SoftMask.cs b/Packages/src/Runtime/SoftMask.cs index 892e174..657676c 100644 --- a/Packages/src/Runtime/SoftMask.cs +++ b/Packages/src/Runtime/SoftMask.cs @@ -661,13 +661,6 @@ private void OnCanvasViewChanged() { EditorApplication.QueuePlayerLoopUpdate(); } - - EditorApplication.delayCall += () => - { - if (!this || !isActiveAndEnabled) return; - _hasResolutionChanged = true; - SetDirtyAndNotify(); - }; #endif }