mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:03:08 +08:00
Remove redundant lambda signature parentheses
This commit is contained in:
parent
0d418559bc
commit
fa6d55b5b5
@ -371,7 +371,7 @@ namespace osu.Game.Screens.Play
|
||||
IsBreakTime.BindTo(breakTracker.IsBreakTime);
|
||||
IsBreakTime.BindValueChanged(onBreakTimeChanged, true);
|
||||
|
||||
skipIntroOverlay.IsSkippable.ValueChanged += (e) =>
|
||||
skipIntroOverlay.IsSkippable.ValueChanged += e =>
|
||||
{
|
||||
if (RestartedViaHotkey && e.NewValue && RestartCount > 0)
|
||||
skipIntroOverlay.RequestSkip.Invoke();
|
||||
|
Loading…
Reference in New Issue
Block a user