bundle icons (ZIP.SWC.Binary)

This commit is contained in:
Jindra Petk
2014-01-25 14:20:57 +01:00
parent ddbea70903
commit bb0bccc3c1
6 changed files with 20 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ public class ZippedSWFBundle implements SWFBundle {
try {
while ((entry = zip.getNextEntry()) != null) {
if (entry.getName().toLowerCase().endsWith(".swf")
|| entry.getName().toLowerCase().endsWith(".gfx")) {
|| entry.getName().toLowerCase().endsWith(".gfx")) {
keySet.add(entry.getName());
}
//streamMap.put(, is)