Make debugwaypoints radius reverse subtractive

This commit is contained in:
James R 2023-03-06 06:22:47 -08:00
parent 99362bc9b2
commit c1fabe8e35

View file

@ -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;