summaryrefslogtreecommitdiffstats
path: root/libao2/pl_surround.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/pl_surround.c')
-rw-r--r--libao2/pl_surround.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/pl_surround.c b/libao2/pl_surround.c
index 1d2fdeaccb..1d832776e0 100644
--- a/libao2/pl_surround.c
+++ b/libao2/pl_surround.c
@@ -229,7 +229,7 @@ static int play(){
pl_surround.Rs_delaybuf[pl_surround.delaybuf_pos++] =
matrix[8]*in[0] + matrix[9]*in[1];
#else
- pl_surround.Ls_delaybuf[pl_surround.delaybuf_pos] =
+ pl_surround.Ls_delaybuf[pl_surround.delaybuf_pos++] =
matrix[4]*in[0] + matrix[5]*in[1];
#endif
pl_surround.delaybuf_pos %= pl_surround.delaybuf_len;