mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
CI fixes.
This commit is contained in:
@ -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 });
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user