mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 14:18:11 +00:00
spelling: rearrange
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
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));
|
||||
|
||||
Reference in New Issue
Block a user