AS3: Fixed do..while, while true, while &&

This commit is contained in:
Jindra Petk
2013-02-23 19:16:30 +01:00
parent 655206adc3
commit 6d644179ca
18 changed files with 290 additions and 169 deletions

View File

@@ -2414,7 +2414,7 @@ public class SWFInputStream extends InputStream {
COLORMAPDATA ret = new COLORMAPDATA();
ret.colorTableRGB = new RGB[colorTableSize + 1];
for (int i = 0; i < colorTableSize + 1; i++) {
ret.colorTableRGB[i] = readRGB();
ret.colorTableRGB[i] = readRGB();
}
int dataLen = 0;
for (int y = 0; y < bitmapHeight; y++) {