diff options
author | Dave Parks <davep@lindenlab.com> | 2023-02-17 10:34:27 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-02-17 10:34:27 -0600 |
commit | 50c57b6be72541b92340c6230d417c508a4fa6f9 (patch) | |
tree | 45ed7a7885abcccc9df34e3a3c0f3d00ef11081d /indra/newview/llreflectionmap.h | |
parent | 74275f590e75fc8b1685b77a39529cc91ad084b9 (diff) |
SL-19128 Soften the transition between manual and automatic sphere probes.
Diffstat (limited to 'indra/newview/llreflectionmap.h')
-rw-r--r-- | indra/newview/llreflectionmap.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llreflectionmap.h b/indra/newview/llreflectionmap.h index cf0bc2ff27..04bc8d824c 100644 --- a/indra/newview/llreflectionmap.h +++ b/indra/newview/llreflectionmap.h @@ -97,6 +97,9 @@ public: LLViewerObject* mViewerObject = nullptr; // what priority should this probe have (higher is higher priority) - U32 mPriority = 1; + // currently only 0 or 1 + // 0 - automatic probe + // 1 - manual probe + U32 mPriority = 0; }; |