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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user