Added missing perftimer. Better log for tile sample. Some crowd test stuff.

This commit is contained in:
Mikko Mononen
2010-08-26 18:47:36 +00:00
parent da3852cfcd
commit cfc66a0fc9
9 changed files with 1430 additions and 3717 deletions

View File

@@ -136,7 +136,7 @@ void duDebugDrawHeightfieldWalkable(duDebugDraw* dd, const rcHeightfield& hf)
while (s)
{
if (s->area == RC_WALKABLE_AREA)
fcol[0] = duRGBA(0,130,200,255);
fcol[0] = duRGBA(64,128,160,255);
else if (s->area == RC_NULL_AREA)
fcol[0] = duRGBA(64,64,64,255);
else