summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-04-04 15:27:00 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-04-04 15:27:00 -0600
commit2bc378c7f4f4356d444f175cc47708bb452c0d2c (patch)
tree28c3290c8e6d835cdeaaad55ba6748e624651cdf /indra
parent449222f5f0dbe2a4bd5cbc397298c02a3f3348b0 (diff)
for SH-4053: interesting: visible objects are delayed to appear with new interest list
Diffstat (limited to 'indra')
-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 cfa24c32ed..3c7c710825 100644
--- a/indra/newview/llvieweroctree.cpp
+++ b/indra/newview/llvieweroctree.cpp
@@ -528,7 +528,7 @@ void LLviewerOctreeGroup::handleChildAddition(const OctreeNode* parent, OctreeNo
unbound();
- //((LLviewerOctreeGroup*)child->getListener(0))->unbound();
+ ((LLviewerOctreeGroup*)child->getListener(0))->unbound();
}
//virtual