diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3496,6 +3496,8 @@ ALC_API ALCdevice* ALC_APIENTRY alcOpenDevice(const ALCchar *deviceName) DELETE_OBJ(state); ERR("Failed to initialize the default effect\n"); } + else + aluInitEffectPanning(device->DefaultSlot); } { |