Move element update out of Render in UISystem, fix Size property retriggering MarkDirty.

This commit is contained in:
2026-06-01 22:45:05 +02:00
parent 7bbfab8359
commit 2576ea87bc
3 changed files with 17 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ public class TestGame : Game
InitializeSystemsDefault();
_uiSystem = new UISystem(Input);
// _uiSystem.RenderDebugRects = true;
_uiSystem.RenderDebugRects = true;
ResourceManager.EnableFileWatching();