diff options
| author | Dave Parks <davep@lindenlab.com> | 2021-10-22 17:01:33 +0000 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2021-10-22 17:01:33 +0000 | 
| commit | 5553d614211998b5a10529f6b3ec68d2b25dc07a (patch) | |
| tree | ebff491f002e8a7e5cd9e9e02f9ceea65e2ae414 /indra/llcommon | |
| parent | f2eba1909d5d02553c1f6b456a424b384f110fdf (diff) | |
SL-16203 Fix for wonky handling of mouse deltas.
Diffstat (limited to 'indra/llcommon')
| -rw-r--r-- | indra/llcommon/llsingleton.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/llcommon/llsingleton.h b/indra/llcommon/llsingleton.h index 7c81d65a8b..2e43a3cbed 100644 --- a/indra/llcommon/llsingleton.h +++ b/indra/llcommon/llsingleton.h @@ -455,6 +455,7 @@ public:      static DERIVED_TYPE* getInstance()      { +        LL_PROFILE_ZONE_SCOPED;          // We know the viewer has LLSingleton dependency circularities. If you          // feel strongly motivated to eliminate them, cheers and good luck.          // (At that point we could consider a much simpler locking mechanism.) | 
