Skip to content

Commit

Permalink
Merge pull request #249 from zenustech/fix-alembic-node
Browse files Browse the repository at this point in the history
fix-alembic-node
  • Loading branch information
彭于斌 authored Dec 5, 2021
2 parents 483aafc + 3fed3e3 commit 455de64
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 455de64

Please sign in to comment.