We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c04346 commit 136e9cfCopy full SHA for 136e9cf
Client/game_sa/CSettingsSA.cpp
@@ -331,6 +331,10 @@ bool CSettingsSA::IsVolumetricShadowsEnabled()
331
void CSettingsSA::SetVolumetricShadowsEnabled(bool bEnable)
332
{
333
m_bVolumetricShadowsEnabled = bEnable;
334
+
335
+ // Disable rendering ped real time shadows when they sit on bikes
336
+ // if vehicle volumetric shadows are disabled because it looks a bit weird
337
+ MemPut<BYTE>(0x5E682A + 1, bEnable);
338
}
339
340
void CSettingsSA::SetVolumetricShadowsSuspended(bool bSuspended)
0 commit comments