summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-07-19 22:21:08 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-07-19 22:21:08 +0100
commit5610444d6450d5eb2e203be527116fe01d2d436a (patch)
tree8cab2d96488ff102fcc81fedd6a63c1737483362 /indra/newview/llviewerobject.cpp
parent6837ca5cd899d0aba71f856f540b535a7fc78595 (diff)
SL-714 - fixes to get wireframes to display consistently when right-clicking on animated objects.
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r--indra/newview/llviewerobject.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index c6051650cf..cb9f9e0455 100644
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -2965,6 +2965,12 @@ void LLViewerObject::unlinkControlAvatar()
// automatically remove the control avatar connection.
}
+// virtual
+bool LLViewerObject::isAnimatedObject() const
+{
+ return false;
+}
+
struct LLFilenameAndTask
{
LLUUID mTaskID;