diff options
| -rw-r--r-- | quantum/audio/voices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/audio/voices.c b/quantum/audio/voices.c index 54ebd423b..94147ccb6 100644 --- a/quantum/audio/voices.c +++ b/quantum/audio/voices.c | |||
| @@ -44,7 +44,7 @@ float voice_envelope(float frequency) { | |||
| 44 | 44 | ||
| 45 | switch (voice) { | 45 | switch (voice) { |
| 46 | case default_voice: | 46 | case default_voice: |
| 47 | glissando = true; | 47 | glissando = false; |
| 48 | note_timbre = TIMBRE_50; | 48 | note_timbre = TIMBRE_50; |
| 49 | polyphony_rate = 0; | 49 | polyphony_rate = 0; |
| 50 | break; | 50 | break; |
