From d59f557523b71ea3699791b8249fc796d0d1498a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 25 Sep 2018 12:41:37 +0200 Subject: [PATCH] Core/Mmaps: Revert a bad change Closes #22470 by xvwyh this doesn't needs to re-extract mmaps. (cherry picked from commit 58e297da1084599fd0b1db9d51b41f45759ee12d) --- dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp b/dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp index 4e69fcbcc53..dafb7d2818e 100644 --- a/dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp +++ b/dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp @@ -102,7 +102,6 @@ inline float dtQueryFilter::getCost(const float* pa, const float* pb, static const float H_SCALE = 0.999f; // Search heuristic scale. - dtNavMeshQuery* dtAllocNavMeshQuery() { void* mem = dtAlloc(sizeof(dtNavMeshQuery), DT_ALLOC_PERM);