swordlegend / recastnavigation

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

incorrect rcRasterizeTriangles prototype in Recast.h #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Should be:

void rcRasterizeTriangles(const float* verts, const unsigned char* flags,
int nt,
                          rcHeightfield& solid, const int flagMergeThr = 1);

Original issue reported on code.google.com by bill%the...@gtempaccount.com on 17 Feb 2010 at 6:55

GoogleCodeExporter commented 9 years ago
Fixed in R135.

Original comment by memono...@gmail.com on 20 Feb 2010 at 6:02