From ee9649bf2a677224d79ae0079a87bcbb50865f8a Mon Sep 17 00:00:00 2001 From: Shyotl Date: Tue, 4 Oct 2011 01:44:28 -0500 Subject: [PATCH] Disabling this DEV-20105 'fix', as it draws orphaned prims, including attachments of all things. --- indra/newview/lldrawable.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index f5754505d..0946a4ecc 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -1028,8 +1028,8 @@ BOOL LLDrawable::isVisible() const { return TRUE; } - -#if 0 + +#if 1 //disabling this code fixes DEV-20105. Leaving in place in case some other bug pops up as a a result. //should be safe to just always ask the spatial group for visibility. if (isActive())