Skip to content

Commit

Permalink
fixup again
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Nov 18, 2023
1 parent 2764b59 commit 5814df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/alembic/module/vtkF3DAlembicReader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class vtkF3DAlembicReader::vtkInternals
}

template<typename I>
void UpdateIndices(const I& attributeIndices, size_t indicesOffset,
void UpdateIndices(const I& attributeIndices, int indicesOffset,
PerMeshWavefrontIndicesTripletsContainer& meshIndices, bool doReverseRotate = true)
{
size_t faceIndicesCounter = 0;
Expand Down

0 comments on commit 5814df0

Please sign in to comment.