From ddd67c3eced1f23a373f730c5de0b6eebefe033a Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Thu, 28 Sep 2023 15:37:32 +0200 Subject: SL-20361 Avoid of ASSERT (false) in check_rigged_group() --- indra/newview/llspatialpartition.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 8bd40f2f31..b39fa769a0 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -1616,6 +1616,7 @@ void pushVertsColorCoded(LLSpatialGroup* group, U32 mask) // - a linked rigged drawable face has the wrong draw order index bool check_rigged_group(LLDrawable* drawable) { +#if 0 if (drawable->isState(LLDrawable::RIGGED)) { LLSpatialGroup* group = drawable->getSpatialGroup(); @@ -1671,7 +1672,7 @@ bool check_rigged_group(LLDrawable* drawable) } } } - +#endif return true; } -- cgit v1.2.3