diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-04-04 15:27:00 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-04-04 15:27:00 -0600 |
commit | 2bc378c7f4f4356d444f175cc47708bb452c0d2c (patch) | |
tree | 28c3290c8e6d835cdeaaad55ba6748e624651cdf | |
parent | 449222f5f0dbe2a4bd5cbc397298c02a3f3348b0 (diff) |
for SH-4053: interesting: visible objects are delayed to appear with new interest list
-rw-r--r-- | indra/newview/llvieweroctree.cpp | 2 |
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 |