mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 11:03:05 +08:00
Merge pull request #31259 from peppy/intro-volume-adjust
Fix adjusting volume using scroll wheel not working during intro
This commit is contained in:
commit
287b880ec7
@ -24,6 +24,7 @@ using osu.Game.Localisation;
|
||||
using osu.Game.Online.API;
|
||||
using osu.Game.Overlays;
|
||||
using osu.Game.Overlays.Notifications;
|
||||
using osu.Game.Overlays.Volume;
|
||||
using osu.Game.Rulesets;
|
||||
using osu.Game.Screens.Backgrounds;
|
||||
using osu.Game.Skinning;
|
||||
@ -174,6 +175,8 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
return UsingThemedIntro = initialBeatmap != null;
|
||||
}
|
||||
|
||||
AddInternal(new GlobalScrollAdjustsVolume());
|
||||
}
|
||||
|
||||
public override void OnEntering(ScreenTransitionEvent e)
|
||||
|
Loading…
Reference in New Issue
Block a user