mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 20:10:51 +00:00
Issue #725 AS1/2 fixed submethods scope problem
This commit is contained in:
+1
-1
@@ -1484,7 +1484,7 @@ public class AVM2SourceGenerator implements SourceGenerator {
|
||||
}
|
||||
}
|
||||
|
||||
int slotScope = className == null ? 0 : 1;
|
||||
int slotScope = subMethod? 0 : 1;
|
||||
|
||||
for (AssignableAVM2Item an : subvariables) {
|
||||
if (an instanceof NameAVM2Item) {
|
||||
|
||||
Reference in New Issue
Block a user