diff --git a/src/com/jpexs/decompiler/flash/SWFInputStream.java b/src/com/jpexs/decompiler/flash/SWFInputStream.java index 26946a6d5..a5045f1f9 100644 --- a/src/com/jpexs/decompiler/flash/SWFInputStream.java +++ b/src/com/jpexs/decompiler/flash/SWFInputStream.java @@ -1093,6 +1093,11 @@ public class SWFInputStream implements AutoCloseable { } else { Future future = new ImmediateFuture(tag); futureResults.add(future); + if (!(tag instanceof TagStub)) { + if (di != null) { + di.name = tag.getName(); + } + } } if (tag.getId() == EndTag.ID) {