diff options
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 }; |