In DetourNavMeshQuery.cpp, function dtNavMeshQuery::updateSlicedFindPath:
// Exhausted all nodes, but could not find path.
if (m_openList->empty())
{
const dtStatus details = m_query.status & DT_STATUS_DETAIL_MASK;
m_query.status = DT_SUCCESS | details;
}
Surely, the status should be DT_FAILURE?
Original issue reported on code.google.com by dan.buckmaster on 13 Jul 2012 at 1:40
Original issue reported on code.google.com by
dan.buckmaster
on 13 Jul 2012 at 1:40