mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 23:47:24 +08:00
Merge pull request #18051 from peppy/fix-first-run-ui-scale-applying-rate-adjust
Fix first-run overlay's song select applying track adjustments
This commit is contained in:
commit
05779f7019
@ -99,6 +99,8 @@ namespace osu.Game.Overlays.FirstRunSetup
|
||||
private class NestedSongSelect : PlaySongSelect
|
||||
{
|
||||
protected override bool ControlGlobalMusic => false;
|
||||
|
||||
public override bool? AllowTrackAdjustments => false;
|
||||
}
|
||||
|
||||
private class PinnedMainMenu : MainMenu
|
||||
|
Loading…
Reference in New Issue
Block a user