mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
DAMNIT
This commit is contained in:
parent
f0843cba13
commit
9a4ad20947
1 changed files with 1 additions and 1 deletions
|
@ -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 = (vis->x1-x1)/2;
|
||||
shadow->shear.offset = (shadow->x1-x1)/2;
|
||||
|
||||
if (thing->subsector->sector->numlights)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue