A TPV dev asked to change this, so that ref wouldn't be called on some environments.master
parent
5b1c783be7
commit
8a29c10e86
|
|
@ -124,7 +124,7 @@ public:
|
|||
LLSpatialGroup* mGroup = nullptr;
|
||||
|
||||
// viewer object this probe is tracking (if any)
|
||||
LLPointer<LLViewerObject> mViewerObject = nullptr;
|
||||
LLPointer<LLViewerObject> mViewerObject;
|
||||
|
||||
// what priority should this probe have (higher is higher priority)
|
||||
// currently only 0 or 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue