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 | ec05d08ed907755cce300f95e9f4ba75a782f582 (patch) | |
tree | edda5f25415e9c96dda5cce7100dce878187a468 /indra/newview/llvovolume.cpp | |
parent | 2581f9ba0a78416575e48a09616a0d5a8d0a360c (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 b7b024fa1d..10160a4208 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -2451,7 +2451,7 @@ void LLVOVolume::updateSpotLightPriority() } -bool LLVOVolume::isLightSpotlight() +bool LLVOVolume::isLightSpotlight() const { LLLightImageParams* params = (LLLightImageParams*) getParameterEntry(LLNetworkData::PARAMS_LIGHT_IMAGE); return params->isLightSpotlight(); |