Fixed #1801 AS3 - AIR/Flash switching

This commit is contained in:
Jindra Petřík
2023-01-11 22:17:18 +01:00
parent 99ef1fbbbf
commit 41bba3cb79
3 changed files with 11 additions and 4 deletions

View File

@@ -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) {