mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
tag refactoring
This commit is contained in:
@@ -1314,7 +1314,7 @@ public class SWFOutputStream extends OutputStream {
|
||||
for (int i = 0; i < lineStyleCount; i++) {
|
||||
writeLINESTYLE(value.lineStyles[i], shapeNum);
|
||||
}
|
||||
} else if (shapeNum == 4) {
|
||||
} else {
|
||||
lineStyleCount = value.lineStyles.length;
|
||||
if (lineStyleCount >= 0xff) {
|
||||
writeUI8(0xff);
|
||||
|
||||
Reference in New Issue
Block a user