mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 20:16:47 +00:00
GraphTargetItem.src is readonly (field is private, getter added)
This commit is contained in:
@@ -2090,7 +2090,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
if (stringsNoVarH.contains(h)) {
|
||||
addNew = true;
|
||||
}
|
||||
ActionPush pu = (ActionPush) it.getKey().src;
|
||||
ActionPush pu = (ActionPush) it.getKey().getSrc();
|
||||
if (pu.replacement == null) {
|
||||
pu.replacement = new ArrayList<>();
|
||||
pu.replacement.addAll(pu.values);
|
||||
|
||||
Reference in New Issue
Block a user