Skip to content

Commit

Permalink
fix-alembic-node
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhang95 committed Dec 4, 2021
1 parent 483aafc commit 3fed3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Alembic/ABCTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ struct ABCTree : IObjectClone<ABCTree> {
for (auto const &ch: children)
if (!ch->visitPrims(func))
return false;
return true;
}
return true;
}
};

Expand Down

0 comments on commit 3fed3e3

Please sign in to comment.