mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 11:02:26 +00:00
FLA export - Texts
This commit is contained in:
@@ -1978,8 +1978,8 @@ public class SWFInputStream extends InputStream {
|
||||
*/
|
||||
public BEVELFILTER readBEVELFILTER() throws IOException {
|
||||
BEVELFILTER ret = new BEVELFILTER();
|
||||
ret.highlightColor = readRGBA(); //Highlight color first. It it opposite of the documentation
|
||||
ret.shadowColor = readRGBA();
|
||||
ret.highlightColor = readRGBA();
|
||||
ret.blurX = readFIXED();
|
||||
ret.blurY = readFIXED();
|
||||
ret.angle = readFIXED();
|
||||
|
||||
Reference in New Issue
Block a user