1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 01:08:12 +08:00

Prevent mod track adjustments from modifying BGM speed in queue (#36027)

* Fix(Matchmaking): Prevent mod track adjustments from applying BGM speed in queue

* replaced modification of MusicController directly with a property change.

* formatted
This commit is contained in:
AV
2025-12-17 02:40:08 -03:00
committed by GitHub
Unverified
parent 07817dce70
commit 3b635f6919
@@ -43,6 +43,8 @@ namespace osu.Game.Screens.OnlinePlay.Matchmaking.Queue
{
public override bool ShowFooter => true;
public override bool? ApplyModTrackAdjustments => false;
private Container mainContent = null!;
private MatchmakingScreenState state;