0

Updated flibitEFX, made changes to reflect update

This commit is contained in:
flibitijibibo
2012-05-11 07:28:11 -04:00
parent 0f526d6e6e
commit b37c9c9ead
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -155,6 +155,8 @@ public final class LWJGLSoundImpl implements Sound {
{
Com.Printf("... using EFX effects:\n");
underwaterFilter = new EFXFilterLowPass();
underwaterFilter.setGain(1.0f);
underwaterFilter.setGainHF(0.0f);
}