mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 13:01:54 +00:00
FLA export - Texts
This commit is contained in:
@@ -824,8 +824,8 @@ public class SWFOutputStream extends OutputStream {
|
||||
* @throws IOException
|
||||
*/
|
||||
public void writeBEVELFILTER(BEVELFILTER value) throws IOException {
|
||||
writeRGBA(value.shadowColor);
|
||||
writeRGBA(value.highlightColor);
|
||||
writeRGBA(value.shadowColor);
|
||||
writeFIXED(value.blurX);
|
||||
writeFIXED(value.blurY);
|
||||
writeFIXED(value.angle);
|
||||
|
||||
Reference in New Issue
Block a user