mirror of
https://github.com/ppy/osu.git
synced 2025-01-09 20:32:55 +08:00
Fill out xmldoc
This commit is contained in:
parent
d1b5d31ea6
commit
5d3f55fe4d
@ -594,7 +594,7 @@ namespace osu.Game.Screens.Play
|
|||||||
/// This method will show the pause or fail dialog before performing an exit.
|
/// This method will show the pause or fail dialog before performing an exit.
|
||||||
/// If a dialog is not yet displayed, the exit will be blocked and the relevant dialog will display instead.
|
/// If a dialog is not yet displayed, the exit will be blocked and the relevant dialog will display instead.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <returns></returns>
|
/// <returns>Whether this call resulted in a final exit.</returns>
|
||||||
protected bool PerformExitWithConfirmation()
|
protected bool PerformExitWithConfirmation()
|
||||||
{
|
{
|
||||||
bool pauseOrFailDialogVisible =
|
bool pauseOrFailDialogVisible =
|
||||||
|
Loading…
Reference in New Issue
Block a user