mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 18:01:16 +00:00
Let vissprites have shadows too
fuck it, hopefully it works
This commit is contained in:
parent
9e101fc2bb
commit
f0843cba13
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…
Reference in a new issue