mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Adjust xmldoc to explicitly metnion it only affects end user control
This commit is contained in:
parent
945d89e955
commit
7138291636
@ -41,7 +41,7 @@ namespace osu.Game.Overlays
|
|||||||
public bool UserPauseRequested { get; private set; }
|
public bool UserPauseRequested { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether control of the global track should be allowed.
|
/// Whether user control of the global track should be allowed.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly BindableBool AllowTrackControl = new BindableBool(true);
|
public readonly BindableBool AllowTrackControl = new BindableBool(true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user