Remove unnecessary UsesFixedAnchor specifications

This commit is contained in:
Dean Herbert 2024-08-09 15:39:01 +09:00
parent 7666e8b932
commit 3f20f05801
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View File

@ -37,8 +37,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
text.FadeOut(200, Easing.InQuint); text.FadeOut(200, Easing.InQuint);
} }
}); });
UsesFixedAnchor = true;
} }
[Resolved] [Resolved]

View File

@ -22,8 +22,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
PopOutCountText.Anchor = Anchor.Centre; PopOutCountText.Anchor = Anchor.Centre;
PopOutCountText.Origin = Anchor.Centre; PopOutCountText.Origin = Anchor.Centre;
PopOutCountText.Colour = skin.GetManiaSkinConfig<Color4>(LegacyManiaSkinConfigurationLookups.ComboBreakColour)?.Value ?? Color4.Red; PopOutCountText.Colour = skin.GetManiaSkinConfig<Color4>(LegacyManiaSkinConfigurationLookups.ComboBreakColour)?.Value ?? Color4.Red;
UsesFixedAnchor = true;
} }
[Resolved] [Resolved]