mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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:
parent
e89a1d9436
commit
1378a6db9c
@ -39,8 +39,8 @@ unsigned int EditorDebugDraw::areaToCol(unsigned int area)
|
|||||||
{
|
{
|
||||||
// Ground : light blue
|
// Ground : light blue
|
||||||
case EDITOR_POLYAREA_GROUND: return duRGBA(0, 192, 215, 255);
|
case EDITOR_POLYAREA_GROUND: return duRGBA(0, 192, 215, 255);
|
||||||
// Jump : purple
|
// Jump : blue
|
||||||
case EDITOR_POLYAREA_JUMP: return duRGBA(255, 0, 255, 255);
|
case EDITOR_POLYAREA_JUMP: return duRGBA(0, 0, 255, 255);
|
||||||
// Trigger : light green
|
// Trigger : light green
|
||||||
case EDITOR_POLYAREA_TRIGGER: return duRGBA(20, 245, 0, 255);
|
case EDITOR_POLYAREA_TRIGGER: return duRGBA(20, 245, 0, 255);
|
||||||
// Unexpected : white
|
// Unexpected : white
|
||||||
|
Loading…
x
Reference in New Issue
Block a user