update TestCase

This commit is contained in:
Jorolf
2017-08-09 19:20:41 +02:00
parent c2c9095b02
commit c877a5a8b7
3 changed files with 25 additions and 24 deletions

View File

@ -114,7 +114,7 @@ namespace osu.Game.Overlays.Profile.Sections
}
}
private class ScoreFlowContainer : Container<DrawableScore>
public class ScoreFlowContainer : Container<DrawableScore>
{
private readonly FillFlowContainer<DrawableScore> scores;
private readonly OsuClickableContainer showMoreText;