mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 19:50:54 +00:00
Add to stage tag order fix.
This commit is contained in:
@@ -449,7 +449,8 @@ public class Timeline {
|
||||
boolean newFrameNeeded = false;
|
||||
scenes = new ArrayList<>();
|
||||
Scene prevScene = null;
|
||||
for (Tag t : timelined.getTags()) {
|
||||
List<Tag> tagList = timelined.getTags().toArrayList();
|
||||
for (Tag t : tagList) {
|
||||
newFrameNeeded = true;
|
||||
boolean isNested = ShowFrameTag.isNestedTagType(t.getId());
|
||||
if (isNested) {
|
||||
|
||||
Reference in New Issue
Block a user