mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 21:22:56 +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;
|
if (!this.IsCurrentScreen()) return;
|
||||||
|
|
||||||
PerformExit(true);
|
PerformExit(skipTransition: true);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
@ -721,7 +721,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
RestartRequested?.Invoke(quickRestart);
|
RestartRequested?.Invoke(quickRestart);
|
||||||
|
|
||||||
return PerformExit(quickRestart);
|
return PerformExit(skipTransition: quickRestart);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user