Skip to content

Commit

Permalink
JANITORIAL: Fix absorbtion typo in reverb.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raziel- authored Sep 23, 2024
1 parent c5dade3 commit 1973ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reverb.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void _WM_reset_reverb(struct _rvb *rvb) {
Sounds come from the speakers to all points and to the listener.
Sound comes from the reflective points to the listener.
These sounds are combined, put through a filter that mimics surface absorbtion.
These sounds are combined, put through a filter that mimics surface absorption.
The combined sounds are also sent to the reflective points on the opposite side.
*/
Expand Down

0 comments on commit 1973ffc

Please sign in to comment.