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

@ -55,7 +55,7 @@ namespace osu.Game.Overlays
ListingSelected = ShowListing,
};
protected override Color4 GetBackgroundColour() => ColourProvider.Background4;
protected override Color4 BackgroundColour => ColourProvider.Background4;
public void ShowListing()
{