1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Adjust xmldoc to explicitly metnion it only affects end user control

This commit is contained in:
Dean Herbert 2023-07-30 13:52:58 +09:00
parent 945d89e955
commit 7138291636

View File

@ -41,7 +41,7 @@ namespace osu.Game.Overlays
public bool UserPauseRequested { get; private set; }
/// <summary>
/// Whether control of the global track should be allowed.
/// Whether user control of the global track should be allowed.
/// </summary>
public readonly BindableBool AllowTrackControl = new BindableBool(true);