diff options
author | Chris Robinson <[email protected]> | 2019-08-05 12:15:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-05 12:15:14 -0700 |
commit | d24401c3f3fbed3f0aa7fd5e4777e0d83797fa10 (patch) | |
tree | 292d6a7d4e928c70ee6785ece26d04bcb2d1b44b /al/state.cpp | |
parent | 3154a915b1f811416f3c29c6af0c0f13fc3acd3e (diff) |
Move the meters per unit property to the listener
Diffstat (limited to 'al/state.cpp')
-rw-r--r-- | al/state.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/al/state.cpp b/al/state.cpp index b0338296..cbfd12fe 100644 --- a/al/state.cpp +++ b/al/state.cpp @@ -836,8 +836,6 @@ void UpdateContextProps(ALCcontext *context) } /* Copy in current property values. */ - props->MetersPerUnit = context->mMetersPerUnit; - props->DopplerFactor = context->mDopplerFactor; props->DopplerVelocity = context->mDopplerVelocity; props->SpeedOfSound = context->mSpeedOfSound; |