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