From 8a29c10e86e756d5139250f3a013db7590fd40d6 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Sun, 10 Aug 2025 00:17:36 +0300 Subject: #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 @@ public: 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 -- cgit v1.3 From 2c0db0cd0c00bcd0ebd3b91c5f69797443e556c3 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Mon, 11 Aug 2025 16:27:35 +0300 Subject: Bump viewer version to 7.2.1 --- indra/newview/VIEWER_VERSION.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/VIEWER_VERSION.txt b/indra/newview/VIEWER_VERSION.txt index 0ee843cc60..b26a34e470 100644 --- a/indra/newview/VIEWER_VERSION.txt +++ b/indra/newview/VIEWER_VERSION.txt @@ -1 +1 @@ -7.2.0 +7.2.1 -- cgit v1.3