Use shadow cvar

This commit is contained in:
Sally Cochenour 2020-01-17 22:20:04 -05:00
parent ba51f83aaf
commit 43828f265c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}