mirror of
https://github.com/ppy/osu
synced 2025-01-05 13:50:03 +00:00
Apply missed cleanup to BackgroundDependencyLoader
call
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
4352c56c3e
commit
8a9a6c733c
@ -131,7 +131,7 @@ namespace osu.Game.Skinning.Editor
|
||||
Height = BUTTON_HEIGHT;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OverlayColourProvider? overlayColourProvider, OsuColour colours)
|
||||
{
|
||||
BackgroundColour = overlayColourProvider?.Background3 ?? colours.Blue3;
|
||||
|
Loading…
Reference in New Issue
Block a user