This commit is contained in:
honfika@gmail.com
2015-03-07 14:58:55 +01:00
parent f938e97f5a
commit 14f07233dd
9 changed files with 1994 additions and 2233 deletions

View File

@@ -42,7 +42,7 @@ public class SWC extends ZippedSWFBundle {
}
@Override
protected void initBundle(InputStream is, File filename) throws IOException {
protected void initBundle(InputStream is, File filename) throws IOException {
super.initBundle(is, filename);
keySet.clear();
this.is.reset();