Make the source's NeedsUpdate volatile
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user