summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawable.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-05-09 15:40:02 -0500
committerDave Parks <davep@lindenlab.com>2013-05-09 15:40:02 -0500
commitbe9f71d16660e37fb058ddf05f20e6a80a272862 (patch)
tree5c416e80224e213ac46a98284fa8ade610290974 /indra/newview/lldrawable.cpp
parent592586052c9f0b4a189e5ebdeecb737ecd2eed9c (diff)
MAINT-2647 Fix for some objects not rendering until first LoD switch/selection.
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rw-r--r--indra/newview/lldrawable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp
index 2e3a9119b8..31ab37f970 100644
--- a/indra/newview/lldrawable.cpp
+++ b/indra/newview/lldrawable.cpp
@@ -441,7 +441,7 @@ void LLDrawable::makeActive()
}
llassert(isAvatar() || isRoot() || mParent->isActive());
- }
+}
void LLDrawable::makeStatic(BOOL warning_enabled)