Rename a few classes

This commit is contained in:
smoogipoo
2019-03-11 15:11:01 +09:00
parent 9a05643ec9
commit 315788c975
4 changed files with 8 additions and 8 deletions

View File

@ -43,7 +43,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
maxModsAmount = scoreModsAmount;
}
scoresFlow.Add(new ScoreTextLine(maxModsAmount));
scoresFlow.Add(new ScoreTableHeader(maxModsAmount));
int index = 0;
foreach (var s in value)