mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
AS3: Fixed do..while, while true, while &&
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user