mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 13:22:38 +00:00
Issue #185 on-clip action headers displaying and exporting
This commit is contained in:
@@ -1404,7 +1404,7 @@ public class SWF {
|
||||
}
|
||||
|
||||
if (name instanceof DirectValueTreeItem) {
|
||||
variables.add(new KeyValue<DirectValueTreeItem, ConstantPool>((DirectValueTreeItem) name, constantPool));
|
||||
variables.add(new KeyValue<>((DirectValueTreeItem) name, constantPool));
|
||||
usageTypes.put((DirectValueTreeItem) name, usageType);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user