mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 04:41:54 +08:00
Add explicit parameter in
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user