ProfileItemBackground -> ProfileItemContainer

This commit is contained in:
Andrei Zavatski
2020-01-19 22:48:11 +03:00
parent 22118b7b22
commit 8906416294
4 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Tests.Visual.Online
{
typeof(DrawableProfileScore),
typeof(DrawableProfileWeightedScore),
typeof(ProfileItemBackground),
typeof(ProfileItemContainer),
};
public TestSceneUserProfileScores()