mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 12:46:06 +00:00
Fix the issue from the merge
This commit is contained in:
parent
f1a4042d55
commit
52c41fb550
1 changed files with 0 additions and 4 deletions
|
|
@ -5329,10 +5329,6 @@ static void HWR_ProjectSprite(mobj_t *thing)
|
|||
|
||||
z1 = tr_y + x1 * rightsin;
|
||||
z2 = tr_y - x2 * rightsin;
|
||||
|
||||
if (papersprite && max(z1, z2) < ZCLIP_PLANE)
|
||||
return;
|
||||
|
||||
x1 = tr_x + x1 * rightcos;
|
||||
x2 = tr_x - x2 * rightcos;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue