Fixed google code Issue 234
This commit is contained in:
parent
a8d1cba68c
commit
36a967ffcd
@ -1102,7 +1102,7 @@ void NavMeshTesterTool::handleRender()
|
|||||||
col = offMeshCol;
|
col = offMeshCol;
|
||||||
else
|
else
|
||||||
col = spathCol;
|
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.end();
|
||||||
dd.depthMask(true);
|
dd.depthMask(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user