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