Initialize m_nav to zero in dtNavMeshQuery
This commit is contained in:
parent
6f5c9f9b82
commit
1076b27e0f
@ -136,6 +136,7 @@ void dtFreeNavMeshQuery(dtNavMeshQuery* navmesh)
|
|||||||
/// @see dtNavMesh, dtQueryFilter, #dtAllocNavMeshQuery(), #dtAllocNavMeshQuery()
|
/// @see dtNavMesh, dtQueryFilter, #dtAllocNavMeshQuery(), #dtAllocNavMeshQuery()
|
||||||
|
|
||||||
dtNavMeshQuery::dtNavMeshQuery() :
|
dtNavMeshQuery::dtNavMeshQuery() :
|
||||||
|
m_nav(0),
|
||||||
m_tinyNodePool(0),
|
m_tinyNodePool(0),
|
||||||
m_nodePool(0),
|
m_nodePool(0),
|
||||||
m_openList(0)
|
m_openList(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user