mirror of
https://github.com/ppy/osu
synced 2024-12-25 00:02:48 +00:00
Remove unnecessary UsesFixedAnchor
specifications
This commit is contained in:
parent
7666e8b932
commit
3f20f05801
@ -37,8 +37,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
|
||||
text.FadeOut(200, Easing.InQuint);
|
||||
}
|
||||
});
|
||||
|
||||
UsesFixedAnchor = true;
|
||||
}
|
||||
|
||||
[Resolved]
|
||||
|
@ -22,8 +22,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
|
||||
PopOutCountText.Anchor = Anchor.Centre;
|
||||
PopOutCountText.Origin = Anchor.Centre;
|
||||
PopOutCountText.Colour = skin.GetManiaSkinConfig<Color4>(LegacyManiaSkinConfigurationLookups.ComboBreakColour)?.Value ?? Color4.Red;
|
||||
|
||||
UsesFixedAnchor = true;
|
||||
}
|
||||
|
||||
[Resolved]
|
||||
|
Loading…
Reference in New Issue
Block a user