diff options
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 43f0cfcd..828e2baa 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -62,8 +62,8 @@ /* Source Type */ #define AL_UNORM_SOFT 0x0000 -#define AL_SNORM_SOFT 0x0100 -#define AL_UNORM_REV_SOFT 0x0200 +#define AL_UNORM_REV_SOFT 0x0100 +#define AL_SNORM_SOFT 0x0200 #define AL_SNORM_REV_SOFT 0x0300 /* Source Form */ |