summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawable.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-06-26 15:44:02 -0500
committerDave Parks <davep@lindenlab.com>2012-06-26 15:44:02 -0500
commitfd578f1136301a3b5574e213b39743635f8cff14 (patch)
tree1c4971317f05527b922df556b92f0dd57b805bcb /indra/newview/lldrawable.cpp
parent28ccf4190e83670af2f03015ac16db6b9c76c805 (diff)
MAINT-654 Potential fix for corrupt avatar bakes on some AMD systems.
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 c1f82edaaa..82ea5cd5a6 100644
--- a/indra/newview/lldrawable.cpp
+++ b/indra/newview/lldrawable.cpp
@@ -432,7 +432,7 @@ void LLDrawable::makeActive()
updatePartition();
}
- llassert(isRoot() || mParent->isActive());
+ llassert(isAvatar() || isRoot() || mParent->isActive());
}