diff options
Diffstat (limited to 'Alc/wave.c')
-rw-r--r-- | Alc/wave.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -227,6 +227,8 @@ static ALCboolean wave_reset_playback(ALCdevice *device) return ALC_FALSE; } + SetDefaultWFXChannelOrder(device); + data->thread = StartThread(WaveProc, device); if(data->thread == NULL) { |