Skip to content

Commit

Permalink
Fix assertion violation.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed May 30, 2019
1 parent 6cd5e32 commit ddccffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bodymovin/bmgroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void BMGroup::render(Renderer &renderer, int frame) const {
}

bool BMGroup::acceptsTrim() const {
return true;
return !m_appliedTrim;
}

void BMGroup::applyTrim(const BMTrimPath &trimmer) {
Expand Down

0 comments on commit ddccffe

Please sign in to comment.