mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:40:49 +00:00
ASDec: Small changes to eliminate notices
This commit is contained in:
@@ -43,6 +43,7 @@ public class ActionWaitForFrame2 extends Action {
|
||||
skipCount = (int) lexLong(lexer);
|
||||
}
|
||||
|
||||
@Override
|
||||
public byte[] getBytes(int version) {
|
||||
ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
||||
SWFOutputStream sos = new SWFOutputStream(baos, version);
|
||||
|
||||
Reference in New Issue
Block a user