render the search for the testtool

This commit is contained in:
marauder2k7 2025-07-28 11:31:06 +01:00
parent 9d98d55b1e
commit e8d56ca987
3 changed files with 12 additions and 2 deletions

View file

@ -331,6 +331,8 @@ void NavMeshTestTool::onRender3D()
}
dd.depthMask(true);
mNavMesh->renderSearch(dd);
dd.immediateRender();
if (!mCurFollowObject.isNull())