Drawing actions fix.

Frame index fix.
This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent 7b2268adf3
commit 3daf2d4169
4 changed files with 20 additions and 9 deletions
@@ -136,7 +136,7 @@ public class MainFrame extends JFrame {
public void frameSelected(int frame, int depth) {
stagePanel.selectDepth(depth);
stagePanel.pause();
stagePanel.gotoFrame(frame);
stagePanel.gotoFrame(frame + 1);
}
});
}