Recast: make off-mesh links more visible

Use the dark blue color so it doesn't collide with traverse link colors.
This commit is contained in:
Kawe Mazidjatari 2024-09-04 11:21:32 +02:00
parent e89a1d9436
commit 1378a6db9c

View File

@ -39,8 +39,8 @@ unsigned int EditorDebugDraw::areaToCol(unsigned int area)
{
// Ground : light blue
case EDITOR_POLYAREA_GROUND: return duRGBA(0, 192, 215, 255);
// Jump : purple
case EDITOR_POLYAREA_JUMP: return duRGBA(255, 0, 255, 255);
// Jump : blue
case EDITOR_POLYAREA_JUMP: return duRGBA(0, 0, 255, 255);
// Trigger : light green
case EDITOR_POLYAREA_TRIGGER: return duRGBA(20, 245, 0, 255);
// Unexpected : white