Change BackgroundColour into a property

This commit is contained in:
Dean Herbert
2021-02-09 18:32:44 +09:00
parent b5fa950800
commit 178d88bcf1
5 changed files with 7 additions and 7 deletions

View File

@ -36,7 +36,7 @@ namespace osu.Game.Overlays
protected override ProfileHeader CreateHeader() => new ProfileHeader();
protected override Color4 GetBackgroundColour() => ColourProvider.Background6;
protected override Color4 BackgroundColour => ColourProvider.Background6;
public void ShowUser(int userId) => ShowUser(new User { Id = userId });