mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
debughudtracker: fix splitscreen drawing
This commit is contained in:
parent
9c075b68ec
commit
fa63dffe6b
1 changed files with 7 additions and 1 deletions
|
|
@ -574,7 +574,13 @@ void K_CullTargetList(std::vector<TargetTracking>& targetList)
|
|||
|
||||
if (cv_debughudtracker.value)
|
||||
{
|
||||
V_DrawFill(x * kBlockSize, y * kBlockSize, kBlockSize, kBlockSize, 39 + debugColorCycle);
|
||||
V_DrawFill(
|
||||
x * kBlockSize,
|
||||
y * kBlockSize,
|
||||
kBlockSize,
|
||||
kBlockSize,
|
||||
(39 + debugColorCycle) | V_SPLITSCREEN
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue