diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-07-14 22:18:53 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-07-14 22:18:53 +0100 |
commit | 41f7f7a68ee3d9b3eee55437ef0ffcd1d0277227 (patch) | |
tree | 6ea7d9afc0d54d1582f39fec0b0bb52372fa40bc /indra/newview/lltoolpie.cpp | |
parent | 99effd37ab6cc6611f75cdca9146cc3c46a86482 (diff) |
SL-751 - lsl scripts for control of animated objects within a region
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r-- | indra/newview/lltoolpie.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index fc052ae3aa..a1b3caf38b 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -1764,6 +1764,12 @@ BOOL LLToolPie::handleRightClickPick() { return TRUE; // unexpected, but escape } +#if 0 // AXON TBD + if (object->asAvatar() && object->asAvatar()->isControlAvatar()) + { + return TRUE; // control avatars are not people... + } +#endif // Object is an avatar, so check for mute by id. LLVOAvatar* avatar = (LLVOAvatar*)object; |