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

@ -297,7 +297,7 @@ namespace osu.Game.Screens.Menu
Logger.Log($"{nameof(ButtonSystem)}'s state changed from {lastState} to {state}");
using (buttonArea.BeginDelayedSequence(lastState == ButtonSystemState.Initial ? 150 : 0, true))
using (buttonArea.BeginDelayedSequence(lastState == ButtonSystemState.Initial ? 150 : 0))
{
buttonArea.ButtonSystemState = state;