1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 03:33:39 +08:00

Merge pull request #29104 from bdach/daily-challenge/fix-no-audio-adjustments

Fix daily challenge screen not applying track adjustments from mods
This commit is contained in:
Dean Herbert
2024-07-26 21:51:58 +09:00
committed by GitHub
Unverified
@@ -94,6 +94,8 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
public override bool DisallowExternalBeatmapRulesetChanges => true;
public override bool? ApplyModTrackAdjustments => true;
public DailyChallenge(Room room)
{
this.room = room;