aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-11-27 20:05:21 -0800
committerChris Robinson <[email protected]>2009-11-27 20:05:21 -0800
commit98ce1d14c12bf164206b1f0d3ab4dca6d627c8be (patch)
tree062296b8c92b0c5e43217b0d2ce8e902bc39e594 /OpenAL32/Include/alMain.h
parent69f9ab88b9b9ad1b14bd1a143af230eab2a15b61 (diff)
Update AL_EXTX_source_distance_model to require explicit enabling
The in-progress spec has been updated to reflect this
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 2bcecf05..e235794a 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -310,6 +310,7 @@ struct ALCcontext_struct
ALboolean InUse;
ALenum DistanceModel;
+ ALboolean SourceDistanceModel;
ALfloat DopplerFactor;
ALfloat DopplerVelocity;