diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-19 10:26:11 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-19 10:26:11 -0400 |
commit | 70a13fb3227469179ef388d95879667361ef5c03 (patch) | |
tree | b3d8cbb5b2577563489c0be6c145913696b45b4d /indra/newview/lltoolpie.cpp | |
parent | c5e338f240422cc10d0e90c514a427c9ec4a1bd3 (diff) | |
parent | 3f10caafc07b0d1a60d2b943684e87dec265f5bc (diff) |
merge
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r-- | indra/newview/lltoolpie.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index a9bbee784d..ae244cd8a1 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -1267,6 +1267,7 @@ bool LLToolPie::handleMediaClick(const LLPickInfo& pick) if (!parcel || objectp.isNull() || + objectp->isHUDAttachment() || pick.mObjectFace < 0 || pick.mObjectFace >= objectp->getNumTEs()) { |