summaryrefslogtreecommitdiff
path: root/src/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.c')
-rw-r--r--src/sound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound.c b/src/sound.c
index 36c1e5b..7296578 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -8,6 +8,7 @@ int sound_copy(struct mossrose_sound_t *dest, struct mossrose_sound_t *src)
{
sound_free_audio(dest);
dest->len = src->len;
+ dest->mono = src->mono;
/* left channel */
if (src->left != NULL) {