diff options
author | Chris Robinson <[email protected]> | 2016-03-16 06:49:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-03-16 06:49:35 -0700 |
commit | 55ff0c143e67ceccd46f3d2ca24e9f6fd4d4884c (patch) | |
tree | 9855deb7fa0dc080c908d8605bebea663c50e32b /OpenAL32 | |
parent | a3863d5834d5d21edf2e2aa9c42a3bdb44c25b51 (diff) |
Rename the BFormat channels to Aux
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 3ce95801..c71e844f 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -326,10 +326,10 @@ enum Channel { LowerBackLeft, LowerBackRight, - BFormatW, - BFormatX, - BFormatY, - BFormatZ, + Aux0, + Aux1, + Aux2, + Aux3, InvalidChannel }; |