swordlegend / recastnavigation

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

RecastMesh.cpp : removeVertex bad indexing #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Run generation
2.Notice ln 598 nhole is incremented. 
3.Also notice nhreg and nharea are not incremented.
4.Notice nhreg and nharea are used in the code block below as indices and 
are their value is off by 1 during runtime.

What is the expected output? What do you see instead?
nhreg and nharea should be incremented with nhole

What version of the product are you using? On what operating system?
revision 116, win xp pro

Please provide any additional information below.
This only manifests itself in my source because I was doing some asserts on 
my final data to ensure integrity.

Original issue reported on code.google.com by shawnlha...@gmail.com on 4 Feb 2010 at 9:18

GoogleCodeExporter commented 9 years ago
Fixed in R117

Original comment by memono...@gmail.com on 5 Feb 2010 at 6:50