aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-28 16:58:41 -0800
committerChris Robinson <[email protected]>2018-01-28 16:58:41 -0800
commitc2710ffe87dae7d292e77ed9663783e9d5c227dc (patch)
tree87b273d1b4bd077426670b056402185144e535b8 /OpenAL32/Include
parent782eb650c73fe01d1008a2a1bb9da56b65211eff (diff)
Make EnabledEvts atomic
Diffstat (limited to 'OpenAL32/Include')
-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 5b31696e..ef5ad0e9 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -665,7 +665,7 @@ struct ALCcontext_struct {
ATOMIC(struct ALeffectslotArray*) ActiveAuxSlots;
almtx_t EventLock;
- ALbitfieldSOFT EnabledEvts;
+ ATOMIC(ALbitfieldSOFT) EnabledEvts;
ALEVENTPROCSOFT EventCb;
void *EventParam;