- Updated win32 project

- Fixed VC compile errors
This commit is contained in:
Mikko Mononen
2011-03-25 10:13:27 +00:00
parent 1de5e2f119
commit 76444aa747
10 changed files with 63 additions and 43 deletions

View File

@@ -72,7 +72,7 @@ static void drawPolyBoundaries(duDebugDraw* dd, const dtMeshTile* tile,
}
}
if (con)
c = duRGBA(255,255,255,24);
c = duRGBA(255,255,255,48);
else
c = duRGBA(0,0,0,48);
}