mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
Correct warning: "with mismatched bound [-Warray-parameter]" in level.cpp
This commit is contained in:
parent
8ffa2b6566
commit
c92351a6fa
@ -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