Bläddra i källkod

Update BandPassFilter javadoc

Wyatt Gillette 3 månader sedan
förälder
incheckning
57d90d3567
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      jme3-core/src/main/java/com/jme3/audio/BandPassFilter.java

+ 0 - 3
jme3-core/src/main/java/com/jme3/audio/BandPassFilter.java

@@ -72,7 +72,6 @@ public class BandPassFilter extends Filter {
 
     /**
      * Sets the overall gain of the Band-Pass filter.
-     * The change is immediately applied to the native OpenAL filter.
      *
      * @param volume The gain value (0.0 to 1.0).
      */
@@ -90,7 +89,6 @@ public class BandPassFilter extends Filter {
 
     /**
      * Sets the gain at high frequencies for the Band-Pass filter.
-     * The change is immediately applied to the native OpenAL filter.
      *
      * @param highFreqVolume The high-frequency gain value (0.0 to 1.0).
      */
@@ -108,7 +106,6 @@ public class BandPassFilter extends Filter {
 
     /**
      * Sets the gain at low frequencies for the Band-Pass filter.
-     * The change is immediately applied to the native OpenAL filter.
      *
      * @param lowFreqVolume The low-frequency gain value (0.0 to 1.0).
      */