1
0
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:
Dean Herbert 2024-11-14 22:23:42 +09:00
parent 3262b6d989
commit d1b5d31ea6
No known key found for this signature in database

View File

@ -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>