We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae01c94 commit 04c191eCopy full SHA for 04c191e
1 file changed
jme3-core/src/main/java/com/jme3/audio/HighPassFilter.java
@@ -41,7 +41,6 @@
41
42
/**
43
* Represents an OpenAL EFX High-Pass Filter.
44
- * Changes to settings are applied immediately to the native OpenAL filter.
45
*/
46
public class HighPassFilter extends Filter {
47
@@ -50,7 +49,7 @@ public class HighPassFilter extends Filter {
50
49
protected float lowFreqVolume = 1.0f;
51
52
53
- * Constructs a low-pass filter with default settings.
+ * Constructs a high-pass filter with default settings.
54
* Required for jME deserialization
55
56
public HighPassFilter(){}
0 commit comments