Fix SliderBody's accent colour and thread-safety.

This commit is contained in:
Dean Herbert
2017-03-23 17:11:51 +09:00
parent 2c76a2350c
commit 4644f6afdb
2 changed files with 6 additions and 7 deletions

View File

@ -39,6 +39,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
{
body = new SliderBody(s)
{
AccentColour = AccentColour,
Position = s.StackedPosition,
PathWidth = s.Scale * 64,
},