summaryrefslogtreecommitdiff
path: root/indra/newview/llvieweroctree.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-10-22 16:07:41 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-10-22 16:07:41 -0600
commite0ace6d8690b2f60fb9b359f4840081957a3ff25 (patch)
tree0fe54cf46602e4afc6487c03e874b891b8ceb4f7 /indra/newview/llvieweroctree.cpp
parente46c4fd1c6f8d99e87fd53e71d97fb8ce925a576 (diff)
fix for various object missing bugs: SH-4552, SH-4564, SH-4573, SH-4568
Diffstat (limited to 'indra/newview/llvieweroctree.cpp')
-rw-r--r--indra/newview/llvieweroctree.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llvieweroctree.cpp b/indra/newview/llvieweroctree.cpp
index 993967ee94..ef802f2651 100644
--- a/indra/newview/llvieweroctree.cpp
+++ b/indra/newview/llvieweroctree.cpp
@@ -425,6 +425,13 @@ void LLViewerOctreeEntryData::setVisible() const
}
}
+void LLViewerOctreeEntryData::resetVisible() const
+{
+ if(mEntry)
+ {
+ mEntry->mVisible = 0;
+ }
+}
//-----------------------------------------------------------------------------------
//class LLViewerOctreeGroup definitions
//-----------------------------------------------------------------------------------