Browse Source

Fixed test

flabbet 8 months ago
parent
commit
f7864cbf8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/PixiEditor.Tests/EditableVectorPathTests.cs

+ 1 - 1
tests/PixiEditor.Tests/EditableVectorPathTests.cs

@@ -343,7 +343,7 @@ public class EditableVectorPathTests
         
         EditableVectorPath editablePath = new EditableVectorPath(path);
         
-        editablePath.SubShapes[0].SetPointPosition(1, new VecF(3, 3));
+        editablePath.SubShapes[0].SetPointPosition(1, new VecF(3, 3), true);
         
         VectorPath newPath = editablePath.ToVectorPath();