1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 23:12:56 +08:00

Rephrase null meaning in IOsuScreen.AllowTrackAdjustments

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
AbstractQbit 2021-09-15 11:00:49 +03:00
parent b87af3dd68
commit 48cf98ef93

View File

@ -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; }