From 5df28b45bc409c20a6722c375b3400f7b63fcfa5 Mon Sep 17 00:00:00 2001 From: Kromster80 Date: Thu, 30 Oct 2014 13:35:37 +0300 Subject: [PATCH] Matched the implementation/docs name of the parameter --- Recast/Include/Recast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recast/Include/Recast.h b/Recast/Include/Recast.h index 83ca606..d8bdde2 100644 --- a/Recast/Include/Recast.h +++ b/Recast/Include/Recast.h @@ -1083,7 +1083,7 @@ bool rcBuildHeightfieldLayers(rcContext* ctx, rcCompactHeightfield& chf, /// @returns True if the operation completed successfully. bool rcBuildContours(rcContext* ctx, rcCompactHeightfield& chf, const float maxError, const int maxEdgeLen, - rcContourSet& cset, const int flags = RC_CONTOUR_TESS_WALL_EDGES); + rcContourSet& cset, const int buildFlags = RC_CONTOUR_TESS_WALL_EDGES); /// Builds a polygon mesh from the provided contours. /// @ingroup recast