aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-05-06 10:10:10 -0700
committerChris Robinson <[email protected]>2017-05-06 10:10:10 -0700
commitd9d2e732284eef9b386e312b131757370625c3d3 (patch)
treed380abdbdca5d8ce4de8796090e78c8965d8ba8e /OpenAL32
parente1bc4c0730960761593481d2b048f760a9f008f8 (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.
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h2
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