#747 Move tag to adds extra frame fixed

This commit is contained in:
honfika@gmail.com
2014-12-14 17:57:53 +01:00
parent fac4df46e5
commit 9ea4f6c6b7
4 changed files with 26 additions and 13 deletions

View File

@@ -715,7 +715,7 @@ public final class SWF implements SWFContainerItem, Timelined {
}
}
private void assignExportNamesToSymbols() {
public void assignExportNamesToSymbols() {
HashMap<Integer, String> exportNames = new HashMap<>();
for (Tag t : tags) {
if (t instanceof ExportAssetsTag) {