mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 23:03:21 +08:00
Add explicit parameter in
This commit is contained in:
parent
3262b6d989
commit
d1b5d31ea6
@ -298,7 +298,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
if (!this.IsCurrentScreen()) return;
|
||||
|
||||
PerformExit(true);
|
||||
PerformExit(skipTransition: true);
|
||||
},
|
||||
},
|
||||
});
|
||||
@ -721,7 +721,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
RestartRequested?.Invoke(quickRestart);
|
||||
|
||||
return PerformExit(quickRestart);
|
||||
return PerformExit(skipTransition: quickRestart);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user