mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 21:00:33 +08:00
Fix ticks being given an extra colour
This commit is contained in:
parent
8327452fe1
commit
b1a9ce85e7
@ -34,11 +34,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Origin = Anchor.Centre,
|
||||
CornerRadius = Size.X / 2,
|
||||
Colour = AccentColour.Value,
|
||||
|
||||
BorderThickness = 2,
|
||||
BorderColour = Color4.White,
|
||||
|
||||
Child = new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
Loading…
x
Reference in New Issue
Block a user