mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:07:52 +08:00
Show distance snap for first juice stream object. Fixes #18469
This commit is contained in:
parent
08a403cb33
commit
4ab7ef9af9
@ -188,6 +188,7 @@ namespace osu.Game.Rulesets.Catch.Edit
|
||||
if (EditorBeatmap.PlacementObject.Value is JuiceStream)
|
||||
{
|
||||
// Juice stream path is not subject to snapping.
|
||||
if (((JuiceStream)EditorBeatmap.PlacementObject.Value).Distance != 0)
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user