1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-03 22:02:57 +08:00

Fix osu! slider initial circles being placed at the wrong depth.

This commit is contained in:
smoogipooo 2017-09-13 00:43:30 +09:00
parent 452506d982
commit 7b30fc8a09

View File

@ -65,7 +65,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
Scale = s.Scale,
ComboColour = s.ComboColour,
Samples = s.Samples,
}),
}) { Depth = 0 },
};
components.Add(body);