mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:20:46 +00:00
Drawing actions fix.
Frame index fix.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user