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
commitb9bb95f8ae085f0d9aa1ba0dc6866d44762ad67b (patch)
treee23b159ce5e71fa5a050d5ac40ed812b47b8ca2a /indra/newview/lldrawable.cpp
parentd8f00dd1d1d40ec387583575149b1bf9bae79f32 (diff)
MAINT-2647 Fix for some objects not rendering until first LoD switch/selection.
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rwxr-xr-xindra/newview/lldrawable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp
index bb1d263670..47306d3a6a 100755
--- 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)