Updated array size in docstring for dtMeshTile::verts
Thanks to @pineappleKID for pointing this out! https://github.com/recastnavigation/recastnavigation/issues/535
This commit is contained in:
parent
c187b7e88b
commit
2164a272e5
@ -285,7 +285,7 @@ struct dtMeshTile
|
||||
unsigned int linksFreeList; ///< Index to the next free link.
|
||||
dtMeshHeader* header; ///< The tile header.
|
||||
dtPoly* polys; ///< The tile polygons. [Size: dtMeshHeader::polyCount]
|
||||
float* verts; ///< The tile vertices. [Size: dtMeshHeader::vertCount]
|
||||
float* verts; ///< The tile vertices. [(x, y, z) * dtMeshHeader::vertCount]
|
||||
dtLink* links; ///< The tile links. [Size: dtMeshHeader::maxLinkCount]
|
||||
dtPolyDetail* detailMeshes; ///< The tile's detail sub-meshes. [Size: dtMeshHeader::detailMeshCount]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user