diff options
author | Chris Robinson <[email protected]> | 2011-04-27 12:20:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-04-27 12:20:50 -0700 |
commit | 650d94e1a6dd73ceb476a4610a96f0d9afcbde3c (patch) | |
tree | 2038bcdccfeb063b104a4316bb3767a5d76cd0ce /OpenAL32 | |
parent | 543134a6d263321164aa6c3ba92e5753c41a67b3 (diff) |
Change some sample type values
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 1bc53739..d9b5943d 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -22,10 +22,10 @@ #define AL_UNSIGNED_INT 0x1405 #define AL_FLOAT 0x1406 #define AL_DOUBLE 0x1407 -#define AL_MULAW 0x1408 -#define AL_IMA4 0x1409 -#define AL_BYTE3 0x1410 -#define AL_UNSIGNED_BYTE3 0x1411 +#define AL_BYTE3 0x1408 +#define AL_UNSIGNED_BYTE3 0x1409 +#define AL_MULAW 0x1410 +#define AL_IMA4 0x1411 /* Channel configurations */ #define AL_MONO 0x1500 |