mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 11:43:22 +08:00
Fix adjusting volume using scroll wheel not working during intro
This commit is contained in:
parent
6b56c658b3
commit
ce1eda7e54
@ -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