diff options
author | Aokromes <aokromes@gmail.com> | 2018-09-25 12:41:37 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-11 20:22:30 +0100 |
commit | d59f557523b71ea3699791b8249fc796d0d1498a (patch) | |
tree | 2af59077125ea7ff2df23b4a260fcd4e4135bc9c /dep | |
parent | f5c6ad9621fdad85d8de44eb3ec8ee07f957bc13 (diff) |
Core/Mmaps: Revert a bad change
Closes #22470 by xvwyh
this doesn't needs to re-extract mmaps.
(cherry picked from commit 58e297da1084599fd0b1db9d51b41f45759ee12d)
Diffstat (limited to 'dep')
-rw-r--r-- | dep/recastnavigation/Detour/Source/DetourNavMeshQuery.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |