1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +08:00

Fix ticks being given an extra colour

This commit is contained in:
smoogipoo 2019-07-23 20:30:47 +09:00
parent 8327452fe1
commit b1a9ce85e7

View File

@ -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,