Skip to content

Commit 87ae747

Browse files
committed
change variable name
1 parent 8e793ac commit 87ae747

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Client/game_sa/CSettingsSA.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ void CSettingsSA::SetDynamicPedShadowsEnabled(bool bEnable)
318318

319319
bool CSettingsSA::GetDynamicPedShadowsEnabledByVideoSetting() const noexcept
320320
{
321-
bool volumetricShadow;
322-
g_pCore->GetCVars()->Get("dynamic_ped_shadows", volumetricShadow);
323-
return volumetricShadow;
321+
bool pedDynamicShadows;
322+
g_pCore->GetCVars()->Get("dynamic_ped_shadows", pedDynamicShadows);
323+
return pedDynamicShadows;
324324
}
325325

326326
bool CSettingsSA::ResetDynamicPedShadows() noexcept

0 commit comments

Comments
 (0)