Recast: fix typo in comment

This commit is contained in:
Kawe Mazidjatari 2024-07-10 20:38:15 +02:00
parent eff312acf5
commit 69e88229c0

View File

@ -361,7 +361,7 @@ dtStatus dtNavMeshQuery::findRandomPointAroundCircle(dtPolyRef startRef, const f
bestNode->flags |= DT_NODE_CLOSED;
// Get poly and tile.
// The API input has been cheked already, skip checking internal data.
// The API input has been checked already, skip checking internal data.
const dtPolyRef bestRef = bestNode->id;
const dtMeshTile* bestTile = 0;
const dtPoly* bestPoly = 0;