aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-08-29 11:55:01 -0700
committerChris Robinson <[email protected]>2011-08-29 11:55:01 -0700
commitde65ee08c9c3b2261b8329d45cb57b4b4e5cb6a1 (patch)
tree11a9e69583c3cdaedf99a1575cf513e7867e689a /OpenAL32/Include/alMain.h
parentc06f4eb7f7ca6ca698e7be74266eac89c3352a11 (diff)
Make ALCcontext's DeferUpdates field volatile
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-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 6f9bedce..b0a33114 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -559,7 +559,7 @@ struct ALCcontext_struct
ALfloat DopplerFactor;
ALfloat DopplerVelocity;
ALfloat flSpeedOfSound;
- ALenum DeferUpdates;
+ volatile ALenum DeferUpdates;
struct ALsource **ActiveSources;
ALsizei ActiveSourceCount;