mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-20 10:10:08 +00:00
- Updated win32 project
- Fixed VC compile errors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user