This commit is contained in:
Sergeanur 2021-07-26 04:42:15 +03:00
parent a064b3a687
commit 6a94299eac
1 changed files with 1 additions and 1 deletions

View File

@ -1360,7 +1360,7 @@ bool8 cSampleManager::UpdateReverb(void)
if ( !usingEAX && !_usingEFX )
return FALSE;
if ( AudioManager.GetFrameCounter() & 15 )
if ( AudioManager.m_FrameCounter & 15 )
return FALSE;
float y = AudioManager.m_afReflectionsDistances[REFLECTION_TOP] + AudioManager.m_afReflectionsDistances[REFLECTION_BOTTOM];