mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix osu! slider initial circles being placed at the wrong depth.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user