Skip to content

Commit

Permalink
Fix ALC_CONTEXT_FLAGS_EXT value
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Aug 23, 2023
1 parent eaad1b3 commit 84c1633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/AL/alext.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84c1633

Please sign in to comment.