Only play results panel animation once (and only for the local user)

This commit is contained in:
Dean Herbert
2020-10-29 17:04:33 +09:00
parent f1ce09930e
commit 4a26084df8
2 changed files with 10 additions and 4 deletions

View File

@ -270,6 +270,9 @@ namespace osu.Game.Screens.Ranking.Expanded
delay += 200;
}
}
if (!withFlair)
FinishTransforms(true);
});
}
}