mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 04:05:14 +00:00
#749 Internal viewer Sprite fill color is wrong sometimes: fixed
This commit is contained in:
@@ -96,7 +96,7 @@ public class ZippedSWFBundle implements SWFBundle {
|
||||
|
||||
@Override
|
||||
public Map<String, SeekableInputStream> getAll() throws IOException {
|
||||
for (String key : getKeys()) { //cache everything first
|
||||
for (String key : getKeys()) { // cache everything first
|
||||
getSWF(key);
|
||||
}
|
||||
return cachedSWFs;
|
||||
|
||||
Reference in New Issue
Block a user