swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

Minor issue - function comments out of date #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since you updated quite a few of the functions to return "dtStatus" (which is a 
good move BTW)...a number of the function comments are out of date:

e.g.
dtNavMeshQuery::init
dtNavMeshQuery::findNearestPoly

Original issue reported on code.google.com by armstron...@gmail.com on 18 Nov 2010 at 12:52

GoogleCodeExporter commented 9 years ago
Fixed in R254. I just omitted the "returns:" explanation, might improve it 
later with a common explanation regarding the error codes, or which ones are 
appropriate (much like opengl docs).

Original comment by memono...@gmail.com on 21 Nov 2010 at 3:02