mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 03:25:03 +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>
|
/// <summary>
|
||||||
/// Whether mod track adjustments are allowed to be applied.
|
/// 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>
|
/// </summary>
|
||||||
bool? AllowTrackAdjustments { set; get; }
|
bool? AllowTrackAdjustments { set; get; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user