mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-22 14:22:58 +02:00
Fix typo
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user