mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move MusicController
adjustment set to inside OsuScreen
itself (and result nullable
)
This commit is contained in:
@ -53,7 +53,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
protected virtual bool DisplayStableImportPrompt => stableImportManager?.SupportsImportFromStable == true;
|
||||
|
||||
public override bool AllowTrackAdjustments => true;
|
||||
public override bool? AllowTrackAdjustments => true;
|
||||
|
||||
/// <summary>
|
||||
/// Can be null if <see cref="ShowFooter"/> is false.
|
||||
|
Reference in New Issue
Block a user