mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 17:02:35 +00:00
Make debugwaypoints radius reverse subtractive
This commit is contained in:
parent
99362bc9b2
commit
c1fabe8e35
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue