Skip to content

Commit

Permalink
revert incorrect typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
  • Loading branch information
betalars and AThousandShips authored Oct 23, 2024
1 parent aee980e commit 52a6266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/AudioEffectFilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Threshold frequency for the filter, in Hz.
</member>
<member name="db" type="int" setter="set_db" getter="get_db" enum="AudioEffectFilter.FilterDB" default="0">
Steepens of the cutoff curve in dB per octave, also known as the order of the filter. Higher orders have a more aggressive cutoff.
Steepness of the cutoff curve in dB per octave, also known as the order of the filter. Higher orders have a more aggressive cutoff.
</member>
<member name="gain" type="float" setter="set_gain" getter="get_gain" default="1.0">
Gain amount of the frequencies after the filter.
Expand Down

0 comments on commit 52a6266

Please sign in to comment.