mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 20:38:08 +00:00
Internal viewer - AS1/2 execution in frames fix
This commit is contained in:
@@ -187,6 +187,10 @@ public class Timeline {
|
||||
|
||||
int cnt = 1;
|
||||
for (int i = 1; i < frames.size(); i++) {
|
||||
if (!frames.get(i).actions.isEmpty()) {
|
||||
cnt++;
|
||||
continue;
|
||||
}
|
||||
if (frames.get(i).layersChanged) {
|
||||
cnt++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user