aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/opensl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/backends/opensl.cpp')
-rw-r--r--Alc/backends/opensl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/opensl.cpp b/Alc/backends/opensl.cpp
index 4cf7ca36..37495abe 100644
--- a/Alc/backends/opensl.cpp
+++ b/Alc/backends/opensl.cpp
@@ -361,7 +361,7 @@ ALCboolean OpenSLPlayback::reset()
mRing = nullptr;
#if 0
- if(!(mDevice->Flags&DEVICE_FREQUENCY_REQUEST))
+ if(!mDevice->Flags.get(FrequencyRequest))
{
/* FIXME: Disabled until I figure out how to get the Context needed for
* the getSystemService call.