Make the context's LastError volatile

This commit is contained in:
Chris Robinson 2012-12-24 05:32:15 -08:00
parent 7d81d6b24e
commit c2adea1999

View File

@ -681,7 +681,7 @@ struct ALCcontext_struct
UIntMap SourceMap;
UIntMap EffectSlotMap;
ALenum LastError;
volatile ALenum LastError;
volatile ALenum UpdateSources;