DOUBLE DAMNIT

This commit is contained in:
fickleheart 2020-01-17 00:34:57 -06:00
parent d39d8506ca
commit f59ed6b2f4

View file

@ -1335,7 +1335,7 @@ static void R_ProjectDropShadow(mobj_t *thing, vissprite_t *vis, fixed_t scale,
// reusing x1 variable
x1 += (x2-x1)/2;
shadow->shear.offset = (shadow->x1-x1)/2;
shadow->shear.offset = shadow->x1-x1;
if (thing->subsector->sector->numlights)
{