Revert Fix sprite clipping in OpenGL

This reverts commit eb32f1f11c.
This commit is contained in:
NepDisk 2024-08-22 00:38:49 -04:00
parent 01a4d68fff
commit b9b7bd676c

View file

@ -5304,9 +5304,6 @@ mobj_t *K_CreatePaperItem(fixed_t x, fixed_t y, fixed_t z, angle_t angle, SINT8
}
drop->flags |= MF_NOCLIPTHING;
backdrop->dispoffset = 1;
P_SetTarget(&backdrop->tracer, drop);
backdrop->flags2 |= MF2_LINKDRAW;
return drop;
}