Add dirty UI element visualization to UISystem, fix Frame being constantly updated.

This commit is contained in:
2025-06-24 23:29:26 +02:00
parent b2f3e1c351
commit d44341974f
5 changed files with 60 additions and 31 deletions

View File

@@ -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)