mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 06:46:07 +00:00
Issue #220 Improved font changing
This commit is contained in:
@@ -1592,8 +1592,8 @@ public class SWFOutputStream extends OutputStream {
|
||||
writeZONEDATA(value.zonedata[i]);
|
||||
}
|
||||
writeUB(6, 0);
|
||||
writeUB(1, value.zoneMaskX ? 1 : 0);
|
||||
writeUB(1, value.zoneMaskY ? 1 : 0);
|
||||
writeUB(1, value.zoneMaskX ? 1 : 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user