1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 01:39:54 +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
Unverified
parent b87af3dd68
commit 48cf98ef93
+1 -1
View File
@@ -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; }