Add dirty UI element visualization to UISystem, fix Frame being constantly updated.
This commit is contained in:
@@ -44,7 +44,6 @@ public abstract class Container : UIElement, IParentableElement
|
||||
{
|
||||
if (child is not IUpdatableElement updatable) continue;
|
||||
|
||||
updatable.MarkDirty();
|
||||
updatable.Update();
|
||||
|
||||
if (child is IAnchorableElement anchorable)
|
||||
|
||||
Reference in New Issue
Block a user