mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 01:10:45 +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