--
---
You received this message because you are subscribed to the Google Groups "recastnavigation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to recastnavigati...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Are findRandomPoint and findRandomPointAroundCircle “queries” and so shall be thread safe?
(* they are not because for random point around circle at line 352 DetourNavMeshQuery.cpp m_openList->pop(); will return null on empty list).