From 68b08e47e98337c48705bfbd9b1f675ec3045bf3 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:36:32 +0300 Subject: #6071 Exra logging and guards for LLVisualParamHint --- indra/newview/llviewerjoint.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llviewerjoint.cpp') diff --git a/indra/newview/llviewerjoint.cpp b/indra/newview/llviewerjoint.cpp index 3c5c4752df..125465f326 100644 --- a/indra/newview/llviewerjoint.cpp +++ b/indra/newview/llviewerjoint.cpp @@ -145,6 +145,7 @@ U32 LLViewerJoint::render( F32 pixelArea, bool first_pass, bool is_dummy ) { // LLViewerJoint is derived from LLAvatarJoint, // all children of LLAvatarJoint are assumed to be LLAvatarJoint + // LLJoint is not used directly and is always LLAvatarJoint LLAvatarJoint* joint = static_cast(j); F32 jointLOD = joint->getLOD(); if (pixelArea >= jointLOD || sDisableLOD) -- cgit v1.3