1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-07 15:32: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
commit aa2515763c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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