mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 23:14:52 +00:00
Fixed: AS3 inner functions scope (setslot/getslot)
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.
|
||||
* License along with this library.
|
||||
*/
|
||||
package com.jpexs.decompiler.graph;
|
||||
|
||||
/**
|
||||
@@ -28,9 +29,4 @@ public class ScopeStack extends TranslateStack {
|
||||
public ScopeStack() {
|
||||
this(true);
|
||||
}
|
||||
}
|
||||
|
||||
public ScopeStack(int scriptIndex) {
|
||||
this(true);
|
||||
//push(new ScriptAVM2Item(scriptIndex));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user