Fixed google code Issue 234

This commit is contained in:
Mikko Mononen 2013-09-17 21:10:14 +02:00
parent a8d1cba68c
commit 36a967ffcd

View File

@ -1102,7 +1102,7 @@ void NavMeshTesterTool::handleRender()
col = offMeshCol;
else
col = spathCol;
dd.vertex(m_straightPath[i*3], m_straightPath[i*3+1]+0.4f, m_straightPath[i*3+2], spathCol);
dd.vertex(m_straightPath[i*3], m_straightPath[i*3+1]+0.4f, m_straightPath[i*3+2], col);
}
dd.end();
dd.depthMask(true);