瀏覽代碼

Update HighPassFilter javadoc

Wyatt Gillette 3 月之前
父節點
當前提交
87cf23ffd9
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      jme3-core/src/main/java/com/jme3/audio/HighPassFilter.java

+ 0 - 2
jme3-core/src/main/java/com/jme3/audio/HighPassFilter.java

@@ -70,7 +70,6 @@ public class HighPassFilter extends Filter {
 
     /**
      * Sets the gain of the High-Pass filter.
-     * The change is immediately applied to the native OpenAL filter.
      *
      * @param volume The gain value (0.0 to 1.0).
      */
@@ -88,7 +87,6 @@ public class HighPassFilter extends Filter {
 
     /**
      * Sets the gain at low frequencies for the High-Pass filter.
-     * The change is immediately applied to the native OpenAL filter.
      *
      * @param lowFreqVolume The low-frequency gain value (0.0 to 1.0).
      */