mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Let vissprites have shadows too
fuck it, hopefully it works
This commit is contained in:
parent
03d95484e2
commit
4e97b1825b
1 changed files with 1 additions and 1 deletions
|
|
@ -1904,7 +1904,7 @@ static void R_ProjectSprite(mobj_t *thing)
|
|||
if (thing->subsector->sector->numlights)
|
||||
R_SplitSprite(vis);
|
||||
|
||||
if (oldthing->shadowscale && !papersprite)
|
||||
if (oldthing->shadowscale)
|
||||
R_ProjectDropShadow(oldthing, vis, oldthing->shadowscale, basetx, tz);
|
||||
|
||||
// Debug
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue