continue fla exporting with the next file when an swf fails to export

This commit is contained in:
honfika@gmail.com
2016-03-06 21:10:55 +01:00
parent 65c5943544
commit 2cef32100f
2 changed files with 10 additions and 4 deletions

View File

@@ -303,6 +303,7 @@ public abstract class TextTag extends CharacterTag implements DrawableTag {
allLeftMargins.add(currentLeftMargin);
if (glyphs == null) {
// todo: ???
continue;
}