1
0
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:
Bartłomiej Dach 2024-12-24 10:18:10 +01:00 committed by GitHub
commit 287b880ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)