spelling: rearrange

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 13:07:05 -04:00
committed by Jindra Petřík
parent a059439324
commit 45b5e01350

View File

@@ -199,7 +199,7 @@ public class ShapeForMorphExporter extends ShapeExporterBase {
}
}
if (minPos > -1) {
//Rearange shape to start with the top left point
//Rearrange shape to start with the top left point
for (int j = 0; j < minPos; j++) {
shape.add(shape.remove(0));
bezierLengths.get(i).add(bezierLengths.get(i).remove(0));