Fix typo
This commit is contained in:
parent
68b5270fe4
commit
edc25a689f
@ -1416,7 +1416,7 @@ bool8 cSampleManager::UpdateReverb(void)
|
|||||||
float fRatio = CALCRATIO(normx, normy, normz, 0.3f, 0.5f, (normy+normx+normz)/3.0f);
|
float fRatio = CALCRATIO(normx, normy, normz, 0.3f, 0.5f, (normy+normx+normz)/3.0f);
|
||||||
|
|
||||||
#undef CALCRATIO
|
#undef CALCRATIO
|
||||||
#undef ZE
|
#undef ZR
|
||||||
|
|
||||||
fRatio = clamp(fRatio, usingEAX3==1 ? 0.0f : 0.30f, 1.0f);
|
fRatio = clamp(fRatio, usingEAX3==1 ? 0.0f : 0.30f, 1.0f);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user