mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: make unexpected poly area's orange
Red is already used for unlinked polygons.
This commit is contained in:
parent
5a09fc39c8
commit
000703b3d9
@ -51,8 +51,8 @@ unsigned int EditorDebugDraw::areaToCol(unsigned int area)
|
||||
case EDITOR_POLYAREA_GRASS: return duRGBA(0, 255, 0, 255);
|
||||
// Jump : yellow
|
||||
case EDITOR_POLYAREA_JUMP: return duRGBA(255, 255, 0, 255);
|
||||
// Unexpected : red
|
||||
default: return duRGBA(255, 0, 0, 255);
|
||||
// Unexpected : orange
|
||||
default: return duRGBA(255, 100, 10, 255);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user