Skip to content

Commit

Permalink
Merge pull request #255 from raziel-/fix-absorbtion-typo
Browse files Browse the repository at this point in the history
JANITORIAL: Fix absorbtion typo in reverb.c
  • Loading branch information
psi29a authored Sep 30, 2024
2 parents 7df9c72 + 1973ffc commit 233defd
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 233defd

Please sign in to comment.