Issue #263 AS3 Disabling graphic Hilighting in longer classes

This commit is contained in:
Jindra Petk
2013-07-27 10:41:06 +02:00
parent 2c2b722c27
commit 8b39e3caf1
16 changed files with 195 additions and 170 deletions

View File

@@ -3020,7 +3020,7 @@ public class SWFInputStream extends InputStream {
for (int i = 0; i < numZoneData; i++) {
ret.zonedata[i] = readZONEDATA();
}
readUB(6);
readUB(6);
ret.zoneMaskY = readUB(1) == 1;
ret.zoneMaskX = readUB(1) == 1;
return ret;