mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Change BackgroundColour into a property
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user