1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 18:07:24 +08:00

Fix xml doc

This commit is contained in:
BlauFx 2022-08-08 21:20:09 +02:00
parent e4879aa450
commit 0afa3a5ec8
No known key found for this signature in database
GPG Key ID: BB73374479D2AA97

View File

@ -82,7 +82,7 @@ namespace osu.Game.Screens.Play
private bool isRestarting;
/// <summary>
/// Is set to true when pressed the via the quick retry hotkey.
/// Is set to true when the quick retry hotkey has been pressed.
/// </summary>
public Bindable<bool> IsQuickRestart = new Bindable<bool>();