mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-12 19:58:25 +00:00
Merge branch 'master' of https://github.com/jindrapetrik/jpexs-decompiler
This commit is contained in:
@@ -1093,6 +1093,11 @@ public class SWFInputStream implements AutoCloseable {
|
||||
} else {
|
||||
Future<Tag> future = new ImmediateFuture<Tag>(tag);
|
||||
futureResults.add(future);
|
||||
if (!(tag instanceof TagStub)) {
|
||||
if (di != null) {
|
||||
di.name = tag.getName();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (tag.getId() == EndTag.ID) {
|
||||
|
||||
Reference in New Issue
Block a user