Core/Mmaps: Revert a bad change

Closes #22470 by xvwyh

this doesn't needs to re-extract mmaps.

(cherry picked from commit 58e297da10)
This commit is contained in:
Aokromes
2018-09-25 12:41:37 +02:00
committed by Shauren
parent f5c6ad9621
commit d59f557523

View File

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