mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 21:13:01 +08:00
Remove unnecessary length specifications
This commit is contained in:
@@ -80,9 +80,9 @@ namespace osu.Game.Screens.Select
|
||||
MultiplierText.FadeColour(Color4.White, 200);
|
||||
|
||||
if (Current.Value?.Count > 0)
|
||||
modDisplay.FadeIn(0);
|
||||
modDisplay.FadeIn();
|
||||
else
|
||||
modDisplay.FadeOut(0);
|
||||
modDisplay.FadeOut();
|
||||
}
|
||||
|
||||
private class FooterModDisplay : ModDisplay
|
||||
|
||||
Reference in New Issue
Block a user