mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +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,
|
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)
|
||||||
|
Reference in New Issue
Block a user