mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
DOUBLE DAMNIT
This commit is contained in:
parent
bc7a271901
commit
a69be1f388
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
|
// reusing x1 variable
|
||||||
x1 += (x2-x1)/2;
|
x1 += (x2-x1)/2;
|
||||||
shadow->shear.offset = (shadow->x1-x1)/2;
|
shadow->shear.offset = shadow->x1-x1;
|
||||||
|
|
||||||
if (thing->subsector->sector->numlights)
|
if (thing->subsector->sector->numlights)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue