mirror of
https://github.com/ppy/osu
synced 2024-12-25 00:02:48 +00:00
Fix previously placed vertices in juice stream placement
A different UX than not fixing vertices.
This commit is contained in:
parent
4509c8bcfb
commit
bd3386e770
@ -28,6 +28,7 @@ namespace osu.Game.Rulesets.Catch.Edit.Blueprints.Components
|
||||
for (int i = 0; i < VertexCount; i++)
|
||||
{
|
||||
VertexStates[i].IsSelected = i == index;
|
||||
VertexStates[i].IsFixed = i != index;
|
||||
VertexStates[i].VertexBeforeChange = Vertices[i];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user