mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 17:01:54 +00:00
morphshape animation fix
This commit is contained in:
@@ -2825,6 +2825,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
ds.matrix = new MATRIX();
|
||||
ds.ratio = i * 65535 / framesCnt;
|
||||
f.layers.put(1, ds);
|
||||
f.layersChanged = true;
|
||||
tim.addFrame(f);
|
||||
}
|
||||
} else if (tag instanceof FontTag) {
|
||||
@@ -2836,6 +2837,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
ds.matrix = new MATRIX();
|
||||
ds.time = i;
|
||||
f.layers.put(1, ds);
|
||||
f.layersChanged = true;
|
||||
tim.addFrame(f);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user