The "init" function should be changed to:
bool dtNavMeshQuery::init(const class dtNavMesh* nav, const int maxNodes);
The added const reinforces the idea that the nav mesh query simply uses the nav
mesh data, rather than modifying it.
Original issue reported on code.google.com by armstron...@gmail.com on 24 Aug 2010 at 2:15
Original issue reported on code.google.com by
armstron...@gmail.com
on 24 Aug 2010 at 2:15