summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorRye Mutt <rye@alchemyviewer.org>2020-03-30 10:39:10 -0400
committerRye Mutt <rye@alchemyviewer.org>2020-03-30 10:39:10 -0400
commit8e436fc3964c6dada4c071cc1390358116291358 (patch)
tree08425c292bf3f1b9883146009b84cebc9244cabf /indra/newview/llvovolume.cpp
parentc28852bd9aef0d3f69dd1fb76b8208666af68613 (diff)
Fix editing light color corrupting intensity and color values
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index bd7ad399f9..fe9d770f39 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -3228,7 +3228,7 @@ BOOL LLVOVolume::getIsLight() const
LLColor3 LLVOVolume::getLightSRGBBaseColor() const
{
- return srgbColor3(getLightLinearColor());
+ return srgbColor3(getLightLinearBaseColor());
}
LLColor3 LLVOVolume::getLightLinearBaseColor() const