1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:09:58 +08:00

Merge pull request #29184 from bdach/daily-challenge/wrong-mods-after-replay

Fix mods persisting after watching replay from daily challenge screen
This commit is contained in:
Dean Herbert
2024-07-29 23:23:45 +09:00
committed by GitHub
Unverified
@@ -454,6 +454,9 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
{
base.OnResuming(e);
applyLoopingToTrack();
// re-apply mods as they may have been changed by a child screen
// (one known instance of this is showing a replay).
updateMods();
}
public override void OnSuspending(ScreenTransitionEvent e)