diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-01 17:50:55 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-01 17:50:55 +0000 |
commit | 3dc32880ae0f2f0f5499a7f271df666759fc220a (patch) | |
tree | 54558a9f405b95a1286e00a7f17594e51fe15c88 /indra/newview/llvovolume.cpp | |
parent | e8899c4f4c2ae95f108b9bbf543e401debc9c588 (diff) |
const fix.
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 305c0a19d6..a6caa2362b 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -2462,7 +2462,7 @@ void LLVOVolume::updateSpotLightPriority() } -bool LLVOVolume::isLightSpotlight() +bool LLVOVolume::isLightSpotlight() const { LLLightImageParams* params = (LLLightImageParams*) getParameterEntry(LLNetworkData::PARAMS_LIGHT_IMAGE); return params->isLightSpotlight(); |