Recast: fix typo in comment

This commit is contained in:
Kawe Mazidjatari 2024-07-17 01:48:59 +02:00
parent a37797d4bd
commit 81e058b1ca

View File

@ -545,7 +545,7 @@ bool dtCreateNavMeshData(dtNavMeshCreateParams* params, unsigned char** outData,
if (!offMeshConClass)
return false;
// Find tight heigh bounds, used for culling out off-mesh start locations.
// Find tight height bounds, used for culling out off-mesh start locations.
float hmin = FLT_MAX;
float hmax = -FLT_MAX;