diff options
author | Chris Robinson <[email protected]> | 2023-08-23 04:51:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-08-23 04:51:00 -0700 |
commit | 84c1633f635ce870fe9556c267b1538ecbf1f0cd (patch) | |
tree | 69905bea6faa30c43083b14061236bbd24d120d4 /include | |
parent | eaad1b353611d589653f3b7ea2d671f3a59a42b0 (diff) |
Fix ALC_CONTEXT_FLAGS_EXT value
Diffstat (limited to 'include')
-rw-r--r-- | include/AL/alext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h index 0e8a2d2f..b99d6aac 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -649,7 +649,7 @@ void AL_APIENTRY alSourcePlayAtTimevSOFT(ALsizei n, const ALuint *sources, ALint #ifndef ALC_EXT_debug #define ALC_EXT_debug -#define ALC_CONTEXT_FLAGS_EXT 0x19CE +#define ALC_CONTEXT_FLAGS_EXT 0x19CF #define ALC_CONTEXT_DEBUG_BIT_EXT 0x0001 #endif |