morphshape animation fix

This commit is contained in:
honfika@gmail.com
2015-04-26 16:46:04 +02:00
parent 7803fb78b4
commit d28d72c096
3 changed files with 6 additions and 5 deletions

View File

@@ -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 {