Skip to content

Commit 87cf23f

Browse files
authored
Update HighPassFilter javadoc
1 parent 3ffc51c commit 87cf23f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jme3-core/src/main/java/com/jme3/audio/HighPassFilter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public float getVolume() {
7070

7171
/**
7272
* Sets the gain of the High-Pass filter.
73-
* The change is immediately applied to the native OpenAL filter.
7473
*
7574
* @param volume The gain value (0.0 to 1.0).
7675
*/
@@ -88,7 +87,6 @@ public float getLowFreqVolume() {
8887

8988
/**
9089
* Sets the gain at low frequencies for the High-Pass filter.
91-
* The change is immediately applied to the native OpenAL filter.
9290
*
9391
* @param lowFreqVolume The low-frequency gain value (0.0 to 1.0).
9492
*/

0 commit comments

Comments
 (0)