From 84c1633f635ce870fe9556c267b1538ecbf1f0cd Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 23 Aug 2023 04:51:00 -0700 Subject: Fix ALC_CONTEXT_FLAGS_EXT value --- include/AL/alext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3