diff options
| author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-09-01 08:28:57 -0700 |
|---|---|---|
| committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-09-01 08:28:57 -0700 |
| commit | 32d1984bf98dce6e4938534342e67dbc40fbb073 (patch) | |
| tree | 0be48281ed5ac8cb14642836ac2f04935100eb8b /indra/newview/llpanelvolume.cpp | |
| parent | 348d427db6537746c5c8c9a0d1aa021f074afbb5 (diff) | |
Temporary data model shenanigans.
Should help tweak and tune placement with direct community guidance.
DRTVWR-583
Diffstat (limited to 'indra/newview/llpanelvolume.cpp')
| -rw-r--r-- | indra/newview/llpanelvolume.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelvolume.cpp b/indra/newview/llpanelvolume.cpp index d62a640b5c..74c02099f8 100644 --- a/indra/newview/llpanelvolume.cpp +++ b/indra/newview/llpanelvolume.cpp @@ -755,10 +755,6 @@ void LLPanelVolume::sendIsMirror() } LLVOVolume *volobjp = (LLVOVolume *)objectp; - // Quick hack to set the mirror locally. - - gPipeline.mHeroProbeManager.registerHeroDrawable(volobjp->mDrawable); - BOOL value = getChild<LLUICtrl>("Mirror Checkbox Ctrl")->getValue(); volobjp->setIsMirror(value); LL_INFOS() << "update mirror sent" << LL_ENDL; |
