diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1488,10 +1488,10 @@ void SetDefaultWFXChannelOrder(ALCdevice *device) device->RealOut.ChannelName[7] = SideRight; break; case DevFmtBFormat3D: - device->RealOut.ChannelName[0] = BFormatW; - device->RealOut.ChannelName[1] = BFormatX; - device->RealOut.ChannelName[2] = BFormatY; - device->RealOut.ChannelName[3] = BFormatZ; + device->RealOut.ChannelName[0] = Aux0; + device->RealOut.ChannelName[1] = Aux1; + device->RealOut.ChannelName[2] = Aux2; + device->RealOut.ChannelName[3] = Aux3; break; } } |