mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 20:04:37 +00:00
#1133 Incorrect frame order for nested sprite: internal viewer and frame export fix
This commit is contained in:
@@ -776,10 +776,9 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
stopAllSounds();
|
||||
}
|
||||
frame = newframe;
|
||||
time = 0;
|
||||
} else {
|
||||
time++;
|
||||
}
|
||||
|
||||
time++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user