We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1c783 commit 8a29c10Copy full SHA for 8a29c10
indra/newview/llreflectionmap.h
@@ -124,7 +124,7 @@ class alignas(16) LLReflectionMap : public LLRefCount
124
LLSpatialGroup* mGroup = nullptr;
125
126
// viewer object this probe is tracking (if any)
127
- LLPointer<LLViewerObject> mViewerObject = nullptr;
+ LLPointer<LLViewerObject> mViewerObject;
128
129
// what priority should this probe have (higher is higher priority)
130
// currently only 0 or 1
0 commit comments