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:
David G Yu 2023-03-09 17:37:33 -08:00 committed by GitHub
commit 578b1fb9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);