mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
DrawableScore -> DrawableProfileScore
Discern between the other class of the same name
This commit is contained in:
@ -51,7 +51,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
|
||||
|
||||
foreach (OnlineScore score in scores)
|
||||
{
|
||||
DrawableScore drawableScore;
|
||||
DrawableProfileScore drawableScore;
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user