From f2943cfb9dfef95dd70c47b0d216c182fd73fc65 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Sun, 10 Aug 2025 00:17:36 +0300 Subject: [PATCH] #4334 Crash at getIsDynamic #2 A TPV dev asked to change this, so that ref wouldn't be called on some environments. --- indra/newview/llreflectionmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llreflectionmap.h b/indra/newview/llreflectionmap.h index a818793550..8da18e0945 100644 --- a/indra/newview/llreflectionmap.h +++ b/indra/newview/llreflectionmap.h @@ -124,7 +124,7 @@ class alignas(16) LLReflectionMap : public LLRefCount LLSpatialGroup* mGroup = nullptr; // viewer object this probe is tracking (if any) - LLPointer mViewerObject = nullptr; + LLPointer mViewerObject; // what priority should this probe have (higher is higher priority) // currently only 0 or 1