mirror of
https://github.com/halpz/re3.git
synced 2025-01-10 20:45:30 +00:00
Fix
This commit is contained in:
parent
a064b3a687
commit
6a94299eac
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue