mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 15:50:45 +00:00
#1265 Error during export with IndexOutOfBoundsException: fixed
This commit is contained in:
@@ -1393,7 +1393,7 @@ public class XFLConverter {
|
||||
}
|
||||
/*
|
||||
From JSFL, also data types integerArray ("I"), doubleArray("D") and byteArray("B") can be set.
|
||||
These datatypes can be in the FLA file but are not exported to SWF with _EMBED_SWF_ publish format.
|
||||
These datatypes can be in the FLA file but are not exported to SWF with _EMBED_SWF_ publish format.
|
||||
*/
|
||||
}
|
||||
|
||||
@@ -1852,7 +1852,7 @@ public class XFLConverter {
|
||||
break;
|
||||
|
||||
}
|
||||
} catch (IOException | ArrayIndexOutOfBoundsException ex) {
|
||||
} catch (IOException | IndexOutOfBoundsException ex) {
|
||||
logger.log(Level.SEVERE, null, ex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user