This commit is contained in:
Sergeanur 2021-05-28 15:12:28 +03:00
parent 68b5270fe4
commit edc25a689f
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ bool8 cSampleManager::UpdateReverb(void)
float fRatio = CALCRATIO(normx, normy, normz, 0.3f, 0.5f, (normy+normx+normz)/3.0f);
#undef CALCRATIO
#undef ZE
#undef ZR
fRatio = clamp(fRatio, usingEAX3==1 ? 0.0f : 0.30f, 1.0f);