mirror of
https://github.com/ppy/osu
synced 2025-01-20 21:10:49 +00:00
Reword comments slightly
This commit is contained in:
parent
561dbea9e1
commit
10b0d066be
@ -522,11 +522,11 @@ namespace osu.Game.Screens.Play
|
|||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="showDialogFirst">
|
/// <param name="showDialogFirst">
|
||||||
/// Whether the pause or fail dialog should be shown before performing an exit.
|
/// Whether the pause or fail dialog should be shown before performing an exit.
|
||||||
/// If <see langword="true"/> and a dialog is not yet displayed, the exit will be blocked the relevant dialog will display instead.
|
/// If <see langword="true"/> and a dialog is not yet displayed, the exit will be blocked and the relevant dialog will display instead.
|
||||||
/// </param>
|
/// </param>
|
||||||
protected void PerformExit(bool showDialogFirst)
|
protected void PerformExit(bool showDialogFirst)
|
||||||
{
|
{
|
||||||
// if an exit has been requested, cancel any pending completion (the user has showing intention to exit).
|
// if an exit has been requested, cancel any pending completion (the user has shown intention to exit).
|
||||||
completionProgressDelegate?.Cancel();
|
completionProgressDelegate?.Cancel();
|
||||||
|
|
||||||
// there is a chance that an exit request occurs after the transition to results has already started.
|
// there is a chance that an exit request occurs after the transition to results has already started.
|
||||||
|
Loading…
Reference in New Issue
Block a user