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