mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-18 09:10:00 +00:00
Fix for reading data out of bounds in tile cache builder in removeVertex. While removing a vertex data is read from i+1 index from mesh.verts, which becomes out of bound for the last vertex, which we shouldn't copy over in this case.