1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 14:03:07 +08:00

Fix adjusting volume using scroll wheel not working during intro

This commit is contained in:
Dean Herbert 2024-12-24 17:11:21 +09:00
parent 6b56c658b3
commit ce1eda7e54
No known key found for this signature in database

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)