1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 07:19:53 +08:00

Reset download state when score is changed

This commit is contained in:
Salman Ahmed
2024-07-26 05:11:54 +03:00
Unverified
parent 3e8917cadb
commit c558dfdf13
@@ -88,6 +88,8 @@ namespace osu.Game.Screens.Ranking
State.ValueChanged -= exportWhenReady;
downloadTracker?.RemoveAndDisposeImmediately();
downloadTracker = null;
State.SetDefault();
if (score.NewValue != null)
{