CI fixes.

This commit is contained in:
Huo Yaoyuan
2017-06-16 16:48:46 +08:00
parent f00ee92143
commit 69270814d5
4 changed files with 8 additions and 7 deletions

View File

@ -378,6 +378,9 @@ namespace osu.Game.Overlays.Profile
gradeA.Count = user.Statistics.GradesCount.A;
gradeA.Show();
gradeSPlus.Count = 0;
gradeSSPlus.Count = 0;
chartContainer.Add(new RankChart(user) { RelativeSizeAxes = Axes.Both });
}
}