1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:42:56 +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
commit 6f7d05d5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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