Disabling this DEV-20105 'fix', as it draws orphaned prims, including attachments of all things.

This commit is contained in:
Shyotl
2011-10-04 01:44:28 -05:00
parent 07165f014f
commit ee9649bf2a

View File

@@ -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())