1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-10 22:17:20 +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)
.ScaleTo(0.75f, 250)
.FadeOut(200);
// osu!mania uses a custom fade length, so the base call is intentionally omitted.
break;
}
}