소스 검색

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).
      */