Make the source's NeedsUpdate volatile

This commit is contained in:
Chris Robinson
2011-08-29 13:43:59 -07:00
parent 950570b8c3
commit 4a5dd73a3c
+1 -1
View File
@@ -119,7 +119,7 @@ typedef struct ALsource
ALfloat history[MAXCHANNELS];
} Send[MAX_SENDS];
} Params;
ALenum NeedsUpdate;
volatile ALenum NeedsUpdate;
ALvoid (*Update)(struct ALsource *self, const ALCcontext *context);