graph: slightly change the radius color

This commit is contained in:
Владислав Сухов 2024-03-30 09:22:14 +00:00 committed by jeefo
commit ccb1735511

View file

@ -2261,7 +2261,7 @@ void BotGraph::frame () {
// draw the radius circle
Vector origin = (path.flags & NodeFlag::Crouch) ? path.origin : path.origin - Vector (0.0f, 0.0f, 18.0f);
Color radiusColor { 0, 0, 255 };
Color radiusColor { 36, 36, 255 };
// if radius is nonzero, draw a full circle
if (path.radius > 0.0f) {