We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fda2b commit b2d59ddCopy full SHA for b2d59dd
1 file changed
Runtime/UIComponent.cs
@@ -97,7 +97,6 @@ public partial class UIComponent : GameFrameworkComponent
97
new UIGroup(UIGroupConstants.Battle.Depth, UIGroupConstants.Battle.Name),
98
new UIGroup(UIGroupConstants.Hud.Depth, UIGroupConstants.Hud.Name),
99
new UIGroup(UIGroupConstants.Map.Depth, UIGroupConstants.Map.Name),
100
- new UIGroup(UIGroupConstants.Hidden.Depth, UIGroupConstants.Hidden.Name),
101
new UIGroup(UIGroupConstants.Floor.Depth, UIGroupConstants.Floor.Name),
102
new UIGroup(UIGroupConstants.Normal.Depth, UIGroupConstants.Normal.Name),
103
new UIGroup(UIGroupConstants.Fixed.Depth, UIGroupConstants.Fixed.Name),
0 commit comments