mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 05:10:49 +00:00
AS2 Class detection fix
This commit is contained in:
@@ -1103,6 +1103,9 @@ public class Action implements GraphSourceItem {
|
||||
pos++;
|
||||
}
|
||||
while ((parts.size() > pos) && ok) {
|
||||
if (parts.get(pos) instanceof ScriptEndItem) {
|
||||
break;
|
||||
}
|
||||
if (parts.get(pos) instanceof SetMemberTreeItem) {
|
||||
SetMemberTreeItem smt = (SetMemberTreeItem) parts.get(pos);
|
||||
if (smt.object instanceof DirectValueTreeItem) {
|
||||
|
||||
Reference in New Issue
Block a user