Make ProfileRulesetSelector inherit from OverlayRulesetSelector

This commit is contained in:
Andrei Zavatski
2020-01-01 22:55:28 +03:00
parent af248457b0
commit b016238c16
3 changed files with 20 additions and 112 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Tests.Visual.Online
public TestSceneProfileRulesetSelector()
{
ProfileRulesetSelector selector;
Bindable<User> user = new Bindable<User>();
var user = new Bindable<User>();
Child = selector = new ProfileRulesetSelector
{