Skip to content

Commit

Permalink
Fix #1564
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKepzie committed Jan 31, 2017
1 parent 5433e37 commit 01627ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/RotoContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RotoContext::setWhileCreatingPaintStrokeOnMergeNodes(bool b)
NodePtr
RotoContext::getRotoPaintBottomMergeNode() const
{
std::list<boost::shared_ptr<RotoDrawableItem> > items = getCurvesByRenderOrder();
std::list<boost::shared_ptr<RotoDrawableItem> > items = getCurvesByRenderOrder(false /*onlyActiveItems*/);

if ( items.empty() ) {
return NodePtr();
Expand Down

0 comments on commit 01627ca

Please sign in to comment.