mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 07:49:52 +08:00
Fix previously placed vertices in juice stream placement
A different UX than not fixing vertices.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user