DrawableScore -> DrawableProfileScore

Discern between the other class of the same name
This commit is contained in:
Dean Herbert
2017-12-11 12:51:02 +09:00
parent 0c2158ccbd
commit 7d8fb12332
6 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ using osu.Game.Rulesets.Scoring;
namespace osu.Game.Overlays.Profile.Sections.Ranks
{
public class DrawableTotalScore : DrawableScore
public class DrawableTotalScore : DrawableProfileScore
{
public DrawableTotalScore(Score score)
: base(score)