mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:51:33 +00:00
dump view: names
This commit is contained in:
@@ -1038,7 +1038,7 @@ public class SWFOutputStream extends OutputStream {
|
||||
sos.writeUB(1, value.condOverUpToIddle ? 1 : 0);
|
||||
sos.writeUB(1, value.condIdleToOverUp ? 1 : 0);
|
||||
sos.writeUB(7, value.condKeyPress);
|
||||
sos.writeUB(1, value.condOverDownToIddle ? 1 : 0);
|
||||
sos.writeUB(1, value.condOverDownToIdle ? 1 : 0);
|
||||
sos.write(value.actionBytes);
|
||||
}
|
||||
byte[] data = baos.toByteArray();
|
||||
|
||||
Reference in New Issue
Block a user