diff options
-rw-r--r-- | Alc/portaudio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Alc/portaudio.c b/Alc/portaudio.c index ccc8647c..0b84d0b1 100644 --- a/Alc/portaudio.c +++ b/Alc/portaudio.c @@ -163,9 +163,8 @@ static void pa_close_playback(ALCdevice *device) static ALCboolean pa_start_context(ALCdevice *device, ALCcontext *context) { + device->Frequency = context->Frequency; return ALC_TRUE; - (void)device; - (void)context; } static void pa_stop_context(ALCdevice *device, ALCcontext *context) |