diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-03-04 21:32:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-04 21:32:46 +0200 |
commit | 6ca6bdd629efd6aa01b452db4ba6c1c50d6961bf (patch) | |
tree | baa1a32da93f61b896482263be73acdae2290eca /indra/newview/llviewerwindow.h | |
parent | 3efe5b493442f2b90ffbb571d8fa24c8ab17bf5e (diff) |
#3630 fix for incorrectly pointed particle beam after dropping HUD attachment
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index fbc2c58fbf..ac0dfa3fe4 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -133,6 +133,7 @@ public: bool mPickParticle; bool mPickUnselectable; bool mPickReflectionProbe = false; + bool mPickHUD{ false }; void getSurfaceInfo(); private: |