summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-09-24 23:35:12 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-09-26 13:52:39 +0300
commit492ea7c3a03d5ef0d3679b873a44c08baaced0f1 (patch)
tree2f20d088e4c140b9e5d8bf44759446341530675d /indra/newview/llvoavatar.h
parent53c0144dd272470172591b967a84beaa4019b728 (diff)
SL-16056 Improve 'avatar cloud' behavior
Make avatar cloud delay longer proportionally to load time
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 74ef589ca4..f7daabae56 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -380,6 +380,9 @@ protected:
private:
BOOL mFirstFullyVisible;
+ F32 mFirstUseDelaySeconds;
+ LLFrameTimer mFirstSeenTimer;
+
BOOL mFullyLoaded;
BOOL mPreviousFullyLoaded;
BOOL mFullyLoadedInitialized;