cull(engine-cleanup): pass-9 cascade round 5 after UIPanel stub

This commit is contained in:
gamer147
2026-07-03 23:33:54 -04:00
parent 01f9635d50
commit c6319696f3
4 changed files with 1 additions and 36 deletions

View File

@@ -18,7 +18,6 @@ public class UIPanel : UIRect
public Vector4 baseClipRegion;
public Vector2 clipSoftness;
public Vector2 clipOffset;
public int clipCount;
// UIRect abstract implementations
public override float alpha { get; set; } = 1f;