mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 09:41:53 +00:00
AS3 parser stub improved
This commit is contained in:
@@ -862,7 +862,7 @@ public class SWFInputStream extends InputStream {
|
||||
if (tag == null) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
tag.setTimelined(timelined);
|
||||
if (!parallel) {
|
||||
tags.add(tag);
|
||||
@@ -1270,7 +1270,7 @@ public class SWFInputStream extends InputStream {
|
||||
} catch (EndOfStreamException ex) {
|
||||
Logger.getLogger(SWFInputStream.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
|
||||
|
||||
if (Configuration.debugMode.get()) {
|
||||
byte[] dataNew = ret.getData();
|
||||
int ignoreFirst = 0;
|
||||
|
||||
Reference in New Issue
Block a user