summaryrefslogtreecommitdiff
path: root/indra/newview/llvieweroctree.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-09-26 11:03:51 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-09-26 11:03:51 -0600
commit458990b435dabf0d9ad598920fdf9a3dd84e2f8e (patch)
treeef3944208bb2ee86beb78a106d5487a81a076e27 /indra/newview/llvieweroctree.cpp
parent1aec07aecfd1a39adf83589473cd7c3cfbc1cd76 (diff)
parent9053b9020a380f95f23051ca123127519db53e29 (diff)
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/newview/llvieweroctree.cpp')
-rw-r--r--indra/newview/llvieweroctree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvieweroctree.cpp b/indra/newview/llvieweroctree.cpp
index 47033afea3..e1684c19df 100644
--- a/indra/newview/llvieweroctree.cpp
+++ b/indra/newview/llvieweroctree.cpp
@@ -957,7 +957,7 @@ public:
{
LLOcclusionCullingGroup* group = (LLOcclusionCullingGroup*) n->getListener(0);
- if (group->isOcclusionState(mState))
+ if (group && group->isOcclusionState(mState))
{
OctreeTraveler::traverse(n);
}