#749 Internal viewer Sprite fill color is wrong sometimes: fixed

This commit is contained in:
honfika@gmail.com
2014-12-14 15:30:59 +01:00
parent caaee42318
commit 60f170dcda
32 changed files with 225 additions and 192 deletions

View File

@@ -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;