mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Improve NavMesh poly blue tone color
This commit is contained in:
parent
d89967a5c2
commit
418bd2d679
@ -33,7 +33,7 @@ unsigned int SampleDebugDraw::areaToCol(unsigned int area)
|
|||||||
switch(area)
|
switch(area)
|
||||||
{
|
{
|
||||||
// Ground (0) : light blue
|
// Ground (0) : light blue
|
||||||
case SAMPLE_POLYAREA_GROUND: return duRGBA(0, 120, 255, 255);
|
case SAMPLE_POLYAREA_GROUND: return duRGBA(0, 135, 255, 255);
|
||||||
// Water : blue
|
// Water : blue
|
||||||
case SAMPLE_POLYAREA_WATER: return duRGBA(0, 0, 255, 255);
|
case SAMPLE_POLYAREA_WATER: return duRGBA(0, 0, 255, 255);
|
||||||
// Road : brown
|
// Road : brown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user