mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 08:17:17 +00:00
tag refactoring
This commit is contained in:
@@ -2650,7 +2650,7 @@ public class SWFInputStream implements AutoCloseable {
|
||||
for (int i = 0; i < lineStyleCount; i++) {
|
||||
ret.lineStyles[i] = readLINESTYLE(shapeNum, "lineStyle");
|
||||
}
|
||||
} else if (shapeNum == 4) {
|
||||
} else {
|
||||
ret.lineStyles = new LINESTYLE2[lineStyleCount];
|
||||
for (int i = 0; i < lineStyleCount; i++) {
|
||||
ret.lineStyles[i] = readLINESTYLE2(shapeNum, "lineStyle");
|
||||
|
||||
Reference in New Issue
Block a user