Remove redundant arguments

This commit is contained in:
PercyDan54
2021-07-05 23:52:39 +08:00
parent c7f03dd9f7
commit e1c646b9b2
50 changed files with 97 additions and 102 deletions

View File

@ -181,7 +181,7 @@ namespace osu.Game.Screens.Menu
icon.Delay(500).FadeIn(500).ScaleTo(1, 500, Easing.OutQuint);
using (BeginDelayedSequence(3000, true))
using (BeginDelayedSequence(3000))
{
icon.FadeColour(iconColour, 200, Easing.OutQuint);
icon.MoveToY(icon_y * 1.3f, 500, Easing.OutCirc)