mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Use shadow cvar
This commit is contained in:
parent
ba51f83aaf
commit
43828f265c
1 changed files with 1 additions and 1 deletions
|
@ -5283,7 +5283,7 @@ static void HWR_DrawSprites(void)
|
|||
else
|
||||
#endif
|
||||
{
|
||||
if (spr->mobj && spr->mobj->shadowscale && !(spr->mobj->frame & FF_PAPERSPRITE))
|
||||
if (spr->mobj && spr->mobj->shadowscale && cv_shadow.value)
|
||||
{
|
||||
HWR_DrawDropShadow(spr->mobj, spr, spr->mobj->shadowscale);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue