1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 22:33:05 +08:00

Fix mismatching braces in comment

This commit is contained in:
Bartłomiej Dach 2022-06-19 13:42:45 +02:00
parent 6515b249ec
commit 495d747da5
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -418,7 +418,7 @@ namespace osu.Game
/// <summary> /// <summary>
/// Use to programatically exit the game as if the user was triggering via alt-f4. /// Use to programatically exit the game as if the user was triggering via alt-f4.
/// By default, will keep persisting until an exit occurs (exit may be blocked multiple times). /// By default, will keep persisting until an exit occurs (exit may be blocked multiple times).
/// May be interrupted (see <see cref="OsuGame"/>'s override. /// May be interrupted (see <see cref="OsuGame"/>'s override).
/// </summary> /// </summary>
public virtual void AttemptExit() public virtual void AttemptExit()
{ {