#1133 Incorrect frame order for nested sprite: internal viewer and frame export fix

This commit is contained in:
honfika@gmail.com
2016-01-18 18:54:54 +01:00
parent c526c4b7a6
commit 176bf911ce
2 changed files with 4 additions and 4 deletions

View File

@@ -776,10 +776,9 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
stopAllSounds();
}
frame = newframe;
time = 0;
} else {
time++;
}
time++;
}
}