diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java index fbd82751f..416b7c1ab 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java @@ -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));