diff options
Diffstat (limited to 'Alc/alc.cpp')
-rw-r--r-- | Alc/alc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alc.cpp b/Alc/alc.cpp index 425af2da..a08b1261 100644 --- a/Alc/alc.cpp +++ b/Alc/alc.cpp @@ -2312,7 +2312,7 @@ static DeviceRef VerifyDevice(ALCdevice *device) ALCcontext::ALCcontext(ALCdevice *device) : Device{device} { - PropsClean.test_and_set(); + PropsClean.test_and_set(std::memory_order_relaxed); } /* InitContext |