diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-08 17:48:58 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-08 17:48:58 -0500 |
commit | 5f606069e29db5d9554ce6f4200d0d4c35ecc3a1 (patch) | |
tree | 077a23e0c4ff0fe0f75d38f143005cd1a1631a2f /indra | |
parent | a185fae28d7e035226d4b5f7c350f94830001b06 (diff) |
SL-17285 Fix for probe influence volume combo box not applying.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelvolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelvolume.cpp b/indra/newview/llpanelvolume.cpp index e7bbe266e5..f456ee4d4b 100644 --- a/indra/newview/llpanelvolume.cpp +++ b/indra/newview/llpanelvolume.cpp @@ -148,7 +148,7 @@ BOOL LLPanelVolume::postBuild() // REFLECTION PROBE Parameters { childSetCommitCallback("Reflection Probe Checkbox Ctrl", onCommitIsReflectionProbe, this); - childSetCommitCallback("Probe Shape Type Combo Ctrl", onCommitProbe, this); + childSetCommitCallback("Probe Volume Type Ctrl", onCommitProbe, this); childSetCommitCallback("Probe Ambiance", onCommitProbe, this); childSetCommitCallback("Probe Near Clip", onCommitProbe, this); |