mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
Fixed #1801 AS3 - AIR/Flash switching
This commit is contained in:
@@ -429,6 +429,10 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
public static AbcIndexing getAirGlobalAbcIndex() {
|
||||
return airGlobalAbcIndex;
|
||||
}
|
||||
|
||||
public void resetAbcIndex() {
|
||||
abcIndex = null;
|
||||
}
|
||||
|
||||
public AbcIndexing getAbcIndex() {
|
||||
if (abcIndex != null) {
|
||||
|
||||
Reference in New Issue
Block a user