Fix sprite clipping in OpenGL

This commit is contained in:
SteelT 2022-11-03 23:11:51 -04:00
parent 8dbac697ca
commit 701b345f39

View file

@ -7007,6 +7007,9 @@ 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;
}