Compile fixes for VC. Update VC project.

This commit is contained in:
Mikko Mononen
2009-12-03 16:28:27 +00:00
parent a47e3436c9
commit 6a00efb936
5 changed files with 34 additions and 10 deletions

View File

@@ -888,7 +888,7 @@ void rcDebugDrawPolyMeshDetail(rcDebugDraw* dd, const struct rcPolyMeshDetail& d
dd->end();
// External edges.
dd->begin(RC_DRAW_LINES, 2.0f);
dd->begin(RC_DRAW_LINES, nve, 2.0f);
const unsigned int cole = RGBA(0,0,0,64);
for (int i = 0; i < dmesh.nmeshes; ++i)
{