From de65ee08c9c3b2261b8329d45cb57b4b4e5cb6a1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 29 Aug 2011 11:55:01 -0700 Subject: [PATCH] Make ALCcontext's DeferUpdates field volatile --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;