mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-20 19:02:37 +00:00
Fix the issue from the merge
This commit is contained in:
parent
00ac4dd59b
commit
82b92d1881
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…
Reference in a new issue