summaryrefslogtreecommitdiff
path: root/indra/newview/llselectmgr.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-11-01 22:07:42 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-11-01 22:07:42 +0100
commitae40b68ba7fb9ea9c308c0dcb01d19e3d218aeaa (patch)
tree35e95a5f00b80e4ab5ff7185a9c62f4bdfc84591 /indra/newview/llselectmgr.h
parentef0e3bfdd92bb5faea633a14487f123dfeb2f5f1 (diff)
SL-830, SL-831 - no linking if any of the roots is animated object. isAnimatedObject() just uses check against extended mesh flag of the root. On select, LLVOVolume marks whole linkset for update if animated object.
Diffstat (limited to 'indra/newview/llselectmgr.h')
-rw-r--r--indra/newview/llselectmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llselectmgr.h b/indra/newview/llselectmgr.h
index 4e79cb003d..fcbfd5fccd 100644
--- a/indra/newview/llselectmgr.h
+++ b/indra/newview/llselectmgr.h
@@ -341,6 +341,7 @@ public:
// AXON validate a potential link against limits
bool checkAnimatedObjectEstTris();
+ bool checkAnimatedObjectLinkable();
// Apply functors to various subsets of the selected objects
// If firstonly is FALSE, returns the AND of all apply() calls.