Correct warning: "with mismatched bound [-Warray-parameter]" in level.cpp

This commit is contained in:
Thomas Thomassen 2022-11-29 22:10:44 +01:00
parent 8ffa2b6566
commit c92351a6fa

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