mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 18:31:01 +08:00
Apply missed cleanup to BackgroundDependencyLoader call
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
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;
|
||||
|
||||
Reference in New Issue
Block a user