mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:28:00 +08:00
Rephrase null meaning in IOsuScreen.AllowTrackAdjustments
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
b87af3dd68
commit
48cf98ef93
@ -60,7 +60,7 @@ namespace osu.Game.Screens
|
||||
|
||||
/// <summary>
|
||||
/// Whether mod track adjustments are allowed to be applied.
|
||||
/// Null means to inherit from the parent screen.
|
||||
/// A <see langword="null"/> value means that the parent screen's value of this setting will be used.
|
||||
/// </summary>
|
||||
bool? AllowTrackAdjustments { set; get; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user