Merge branch 'dev' into flexcompile

Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java
	src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties
This commit is contained in:
Jindra Petřík
2016-08-14 19:55:15 +02:00
82 changed files with 12408 additions and 11924 deletions

View File

@@ -2513,6 +2513,10 @@ public final class SWF implements SWFContainerItem, Timelined {
}
}
public void clearSoundCache() {
soundCache.clear();
}
public void clearScriptCache() {
as2PcodeCache.clear();
as2Cache.clear();