#958 Remove and Replace character tag of items from CLI fix

This commit is contained in:
honfika@gmail.com
2015-07-09 08:41:45 +02:00
parent 4f35fd8e28
commit 45a19deed3
2 changed files with 3 additions and 3 deletions

View File

@@ -2849,7 +2849,7 @@ public final class SWF implements SWFContainerItem, Timelined {
sprite.setModified(true);
}
} else {
removeTagFromTimeline(tag, timeline);
removeTagFromTimeline(tag, timelined.getTimeline());
}
}
}