Fix namespace for CarouselBeatmapRank, make UpdateableRank in TopLocalRank readonly

This commit is contained in:
Santeri Nogelainen
2020-03-28 18:13:39 +02:00
parent 1c711147f3
commit faa2b49be4
3 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@ namespace osu.Game.Online.Leaderboards
public class TopLocalRank : Container
{
private readonly BeatmapInfo beatmap;
private readonly UpdateableRank rank;
private ScoreManager scores;
private IBindable<RulesetInfo> ruleset;
private IAPIProvider api;
private UpdateableRank rank;
/// <summary>
/// Raised when the top score is loaded