diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-17 11:38:25 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-05-17 14:45:04 +0300 |
commit | 36de04b212b68900918a5476eb464a479d8180d7 (patch) | |
tree | ff971ac284fd7a00c2f2aa38073070d8911d9e38 /indra/newview/llvoavatar.h | |
parent | 43603fedba457545379c07a4a96ee1ba99e19b8c (diff) |
viewer#1117 Use attachment info to prevent accidental nudity #2
Discard null id attachments
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index f83ea59080..3f5e390af2 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -424,7 +424,6 @@ protected: private: bool mFirstFullyVisible; F32 mFirstDecloudTime; - F32 mFirstUseDelaySeconds; LLFrameTimer mFirstAppearanceMessageTimer; bool mFullyLoaded; |