Add missing immediate application of AccentColour in DefaultKeyArea

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
Dean Herbert
2022-10-07 17:00:10 +09:00
committed by GitHub
parent 98b578e8e6
commit c7405d1c1c

View File

@ -89,7 +89,7 @@ namespace osu.Game.Rulesets.Mania.UI.Components
Radius = 5, Radius = 5,
Colour = colour.NewValue.Opacity(0.5f), Colour = colour.NewValue.Opacity(0.5f),
}; };
}); }, true);
} }
private void onDirectionChanged(ValueChangedEvent<ScrollingDirection> direction) private void onDirectionChanged(ValueChangedEvent<ScrollingDirection> direction)