BullFlack / recastnavigation

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

no check for result of navquery->moveAlongSurface() #237

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
DetourCrowd\Source\DetourPathCorridor.cpp: 449

in dtPathCorridor::movePosition(), there is no check for result of the  
navquery->moveAlongSurface()  function, so if it's failed, agent will receive 
random position. 

Original issue reported on code.google.com by YakovSum...@gmail.com on 2 Jul 2013 at 3:25

GoogleCodeExporter commented 8 years ago
Fixed in github repo
https://github.com/memononen/recastnavigation

Original comment by memono...@gmail.com on 17 Sep 2013 at 7:08