mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use shadow cvar
This commit is contained in:
parent
60795e5a2f
commit
664fb9cf6e
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…
Add table
Reference in a new issue