From fe38aaaae67d4f2517e8db4284f9990dfa442d85 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 14 Jul 2024 18:35:34 +0200 Subject: [PATCH] Recast: remove deprecated function declaration This function was originally 'duDebugDrawHeightfieldLayers', it was once renamed by the Recast authors, but the old declaration has never been removed. --- src/thirdparty/recast/DebugUtils/Include/RecastDebugDraw.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/thirdparty/recast/DebugUtils/Include/RecastDebugDraw.h b/src/thirdparty/recast/DebugUtils/Include/RecastDebugDraw.h index 8e033799..6f07f970 100644 --- a/src/thirdparty/recast/DebugUtils/Include/RecastDebugDraw.h +++ b/src/thirdparty/recast/DebugUtils/Include/RecastDebugDraw.h @@ -33,7 +33,6 @@ void duDebugDrawCompactHeightfieldDistance(struct duDebugDraw* dd, const struct void duDebugDrawHeightfieldLayer(duDebugDraw* dd, const struct rcHeightfieldLayer& layer, const int idx, const float* offset); void duDebugDrawHeightfieldLayers(duDebugDraw* dd, const struct rcHeightfieldLayerSet& lset, const float* offset); -void duDebugDrawHeightfieldLayersRegions(duDebugDraw* dd, const struct rcHeightfieldLayerSet& lset, const float* offset); void duDebugDrawRegionConnections(struct duDebugDraw* dd, const struct rcContourSet& cset, const float* offset, const float alpha = 1.0f); void duDebugDrawRawContours(struct duDebugDraw* dd, const struct rcContourSet& cset, const float* offset, const float alpha = 1.0f);