summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2021-10-22 17:01:33 +0000
committerDave Parks <davep@lindenlab.com>2021-10-22 17:01:33 +0000
commit5553d614211998b5a10529f6b3ec68d2b25dc07a (patch)
treeebff491f002e8a7e5cd9e9e02f9ceea65e2ae414 /indra/llcommon
parentf2eba1909d5d02553c1f6b456a424b384f110fdf (diff)
SL-16203 Fix for wonky handling of mouse deltas.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llsingleton.h1
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.)