1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 06:59:54 +08:00

Fix ticks being given an extra colour

This commit is contained in:
smoogipoo
2019-07-23 20:30:47 +09:00
Unverified
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,