mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 07:16:10 +00:00
MORPHGRADIENT issue fixed (?)
This commit is contained in:
@@ -1471,7 +1471,7 @@ public class SWFOutputStream extends OutputStream {
|
||||
* @throws IOException
|
||||
*/
|
||||
public void writeMORPHGRADIENT(MORPHGRADIENT value, int shapeNum) throws IOException {
|
||||
writeUI8(value.gradientRecords.length);
|
||||
writeUI8(value.gradientRecords.length + value.numGradientsExtra);
|
||||
for (int i = 0; i < value.gradientRecords.length; i++) {
|
||||
writeMORPHGRADRECORD(value.gradientRecords[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user