mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 01:02:16 +00:00
DAMNIT
This commit is contained in:
parent
4e97b1825b
commit
fa245e90ae
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…
Add table
Reference in a new issue