mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
Merge pull request #1290 from thomthom/dev-mismatched-bound-warning
Correct warning: "with mismatched bound [-Warray-parameter]" in level.cpp
This commit is contained in:
commit
578b1fb9d2
@ -1130,7 +1130,7 @@ Level::gatherQuadRegularCornerPatchPoints(
|
||||
// 6 7 8
|
||||
*/
|
||||
int
|
||||
Level::gatherTriRegularInteriorPatchPoints(Index fIndex, Index points[12], int rotation) const
|
||||
Level::gatherTriRegularInteriorPatchPoints(Index fIndex, Index points[], int rotation) const
|
||||
{
|
||||
ConstIndexArray fVerts = getFaceVertices(fIndex);
|
||||
ConstIndexArray fEdges = getFaceEdges(fIndex);
|
||||
|
Loading…
Reference in New Issue
Block a user