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

@ -51,7 +51,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
foreach (OnlineScore score in scores)
{
DrawableScore drawableScore;
DrawableProfileScore drawableScore;
switch (type)
{