spelling: rearrange

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent a059439324
commit 45b5e01350
@@ -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));