Recast: update development code

Used for debugging an unknown array.
This commit is contained in:
Amos 2024-07-24 23:40:21 +02:00
parent c7adefa56c
commit 73d0e81983

View File

@ -817,8 +817,8 @@ bool dtCreateNavMeshData(dtNavMeshCreateParams* params, unsigned char** outData,
#endif
rdIgnoreUnused(polyMap);
//for(int i=0;i<unkPerPoly*totPolyCount;i++)
// unknownArray[i] = rand();
//for(int i=0;i<polyMapCount*totPolyCount;i++)
// polyMap[i] = rand();
// Store header
header->magic = DT_NAVMESH_MAGIC;