diff options
author | Chris Robinson <[email protected]> | 2017-05-06 10:10:10 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-06 10:10:10 -0700 |
commit | d9d2e732284eef9b386e312b131757370625c3d3 (patch) | |
tree | d380abdbdca5d8ce4de8796090e78c8965d8ba8e | |
parent | e1bc4c0730960761593481d2b048f760a9f008f8 (diff) |
Update AL_SOURCE_SPATIALIZE_SOFT value
Though it didn't strictly clash since it was for a different component (global
state vs source property), 0x1213 was used by AL_RESAMPLER_NAME_SOFT. Probably
best to avoid duplicate property values regardless.
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 55f52bef..7d9ab4d9 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -146,7 +146,7 @@ AL_API ALboolean AL_APIENTRY alIsBufferFormatSupportedSOFT(ALenum format); #ifndef AL_SOFT_source_spatialize #define AL_SOFT_source_spatialize -#define AL_SOURCE_SPATIALIZE_SOFT 0x1213 +#define AL_SOURCE_SPATIALIZE_SOFT 0x1214 #define AL_AUTO_SOFT 0x0002 #endif |