Reset track adjustments on resuming from another screen

This commit is contained in:
iiSaLMaN
2019-09-28 04:18:16 +03:00
parent 5405102393
commit fb9f21237e
2 changed files with 4 additions and 3 deletions

View File

@ -490,6 +490,7 @@ namespace osu.Game.Screens.Select
BeatmapDetails.Leaderboard.RefreshScores();
Beatmap.Value.Track.Looping = true;
music?.ResetTrackAdjustments();
if (Beatmap != null && !Beatmap.Value.BeatmapSetInfo.DeletePending)
{