diff options
-rw-r--r-- | Alc/winmm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/winmm.c b/Alc/winmm.c index bdccdbfc..4be39b22 100644 --- a/Alc/winmm.c +++ b/Alc/winmm.c @@ -444,6 +444,8 @@ static ALCboolean WinMMResetPlayback(ALCdevice *device) device->Frequency = pData->Frequency; } + SetDefaultWFXChannelOrder(device); + pData->lWaveBuffersCommitted = 0; // Create 4 Buffers |