mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add missing immediate application of AccentColour
in DefaultKeyArea
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
@ -89,7 +89,7 @@ namespace osu.Game.Rulesets.Mania.UI.Components
|
||||
Radius = 5,
|
||||
Colour = colour.NewValue.Opacity(0.5f),
|
||||
};
|
||||
});
|
||||
}, true);
|
||||
}
|
||||
|
||||
private void onDirectionChanged(ValueChangedEvent<ScrollingDirection> direction)
|
||||
|
Reference in New Issue
Block a user