summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-20 17:16:18 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-05-20 19:34:42 +0300
commit6d6eabca44d08d5b97bfe3e941d2b9687c2246ea (patch)
tree40202fcf4d6226ebda64a1b2208e2d8931f29463 /indra/newview/llvoavatarself.h
parente1493a10b46bb53af165e4f23fda0fedd3193269 (diff)
triage#59 Render Friends Only option
An option for performance testing, video recording or taking photos, so that unexpected people won't appear in your photos or tests.
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rw-r--r--indra/newview/llvoavatarself.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h
index c7b61edd1c..46bac63d93 100644
--- a/indra/newview/llvoavatarself.h
+++ b/indra/newview/llvoavatarself.h
@@ -110,6 +110,7 @@ private:
public:
/*virtual*/ bool isSelf() const { return true; }
+ virtual bool isBuddy() const { return false; }
/*virtual*/ bool isValid() const;
//--------------------------------------------------------------------