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