diff options
author | Chris Robinson <[email protected]> | 2021-04-01 05:37:54 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-01 05:37:54 -0700 |
commit | c6dbc487b38b9f46326bed35f80efa3d35218cd4 (patch) | |
tree | f857087ea6115ed7e66624a81a2f99bef9736f7d /alc/panning.cpp | |
parent | e4570189211c3c0fef6b8c7a3cb1eae3a3d32cb3 (diff) |
Rename Uhj2Encoder to UhjEncoder
Diffstat (limited to 'alc/panning.cpp')
-rw-r--r-- | alc/panning.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/panning.cpp b/alc/panning.cpp index 4620bc98..4c2e14c6 100644 --- a/alc/panning.cpp +++ b/alc/panning.cpp @@ -1024,7 +1024,7 @@ no_hrtf: } if(device->mRenderMode == RenderMode::Normal) { - device->Uhj_Encoder = std::make_unique<Uhj2Encoder>(); + device->mUhjEncoder = std::make_unique<UhjEncoder>(); TRACE("UHJ enabled\n"); InitUhjPanning(device); device->PostProcess = &ALCdevice::ProcessUhj; |