mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 18:00:58 +00:00
committed by
Jindra Petřík
parent
a059439324
commit
45b5e01350
+1
-1
@@ -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