mirror of
https://github.com/ppy/osu.git
synced 2025-03-03 13:33:07 +08:00
Fix osu! slider initial circles being placed at the wrong depth.
This commit is contained in:
parent
452506d982
commit
7b30fc8a09
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user