1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 01:07:23 +08:00

Remove pointless comment

This commit is contained in:
Dean Herbert 2025-02-01 14:48:13 +09:00
parent 64b67252a2
commit cc3bb590c9
No known key found for this signature in database

View File

@ -59,8 +59,6 @@ namespace osu.Game.Rulesets.Mania.UI
this.Delay(50) this.Delay(50)
.ScaleTo(0.75f, 250) .ScaleTo(0.75f, 250)
.FadeOut(200); .FadeOut(200);
// osu!mania uses a custom fade length, so the base call is intentionally omitted.
break; break;
} }
} }