mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 09:34:49 +00:00
AS3 direct editation - no slot id for interfaces
This commit is contained in:
@@ -1904,7 +1904,7 @@ public class AVM2SourceGenerator implements SourceGenerator {
|
||||
tc.class_info = abc.instance_info.size() - 1;
|
||||
tc.kindType = Trait.TRAIT_CLASS;
|
||||
//tc.name_index = traitName(((InterfaceAVM2Item) item).namespace, ((InterfaceAVM2Item) item).name);
|
||||
tc.slot_id = slot_id++;
|
||||
tc.slot_id = 0; //?
|
||||
ts.traits.add(tc);
|
||||
traits[k] = tc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user