Skip to content

Commit fd47abb

Browse files
author
falkTX
committed
Just to be safe
1 parent 3413fa2 commit fd47abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/distrib/replay/lib/sounddriver/sounddriver_linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static int jaudio_process_callback(jack_nframes_t nframes, void*)
6868

6969
AUDIO_Acknowledge = FALSE;
7070

71-
if (AUDIO_Play_Flag)
71+
if (AUDIO_Play_Flag && (AUDIO_MixerFloat || AUDIO_Mixer))
7272
{
7373
if (AUDIO_MixerFloat)
7474
{

0 commit comments

Comments
 (0)