swordlegend / recastnavigation

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

The return type of dtTileCache::addObstacle is wrong in cpp #214

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
dtObstacleRef dtTileCache::addObstacle
dtObstacleRef dtTileCache::removeObstacle

it should be

dtStatus dtTileCache::addObstacle
dtStatus dtTileCache::removeObstacle

Original issue reported on code.google.com by xiongyo...@gmail.com on 7 Sep 2012 at 9:53

GoogleCodeExporter commented 9 years ago

Original comment by memono...@gmail.com on 16 Sep 2013 at 7:11