aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alcontext.h')
-rw-r--r--alc/alcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alcontext.h b/alc/alcontext.h
index 73a6617e..59775849 100644
--- a/alc/alcontext.h
+++ b/alc/alcontext.h
@@ -114,7 +114,7 @@ struct ALCcontext : public al::intrusive_ref<ALCcontext> {
float mDopplerFactor{1.0f};
float mDopplerVelocity{1.0f};
- float mSpeedOfSound{SPEEDOFSOUNDMETRESPERSEC};
+ float mSpeedOfSound{SpeedOfSoundMetersPerSec};
std::atomic_flag mPropsClean;
std::atomic<bool> mDeferUpdates{false};