Преглед на файлове

Update BandPassFilter javadoc

Wyatt Gillette преди 3 месеца
родител
ревизия
57d90d3567
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  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).
      */