mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 01:54:18 +00:00
Fixed PlayerControls frame display
Now redirects to the current frame instead of the next frame
This commit is contained in:
@@ -213,7 +213,7 @@ public class PlayerControls extends JPanel implements MediaDisplayListener {
|
||||
public void mouseClicked(MouseEvent e) {
|
||||
int gotoFrame = PlayerControls.this.display.getCurrentFrame();
|
||||
if (gotoFrame > 0) {
|
||||
mainPanel.gotoFrame(gotoFrame);
|
||||
mainPanel.gotoFrame(gotoFrame - 1);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user