From c1fabe8e355cdbac5b433cf8cabacfd8add35f86 Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 6 Mar 2023 06:22:47 -0800 Subject: [PATCH] Make debugwaypoints radius reverse subtractive --- src/k_waypoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_waypoint.c b/src/k_waypoint.c index 27465856a..ca4746357 100644 --- a/src/k_waypoint.c +++ b/src/k_waypoint.c @@ -586,7 +586,7 @@ static void K_DebugWaypointDrawRadius(waypoint_t *const waypoint) radiusOrb->tics = 1; radiusOrb->frame &= ~FF_TRANSMASK; - radiusOrb->frame |= FF_FULLBRIGHT; + radiusOrb->frame |= FF_FULLBRIGHT|FF_REVERSESUBTRACT; radiusOrb->color = SKINCOLOR_PURPLE; radiusOrb->renderflags |= RF_ALWAYSONTOP;