diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-08-07 12:43:55 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-08-07 12:43:55 +0100 |
commit | 22f65ad046271d5f2ac0de19502dcd13bf8c4041 (patch) | |
tree | c3921e7ae800255c1adab9665548b313a19fb14c /indra/newview/lltoolpie.cpp | |
parent | 52138b24c509667c217b91ee17972b74e797bf4a (diff) | |
parent | bcd84433717e42ec8675009e1335caf915cc1a41 (diff) |
merge from viewer-release
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r-- | indra/newview/lltoolpie.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index f9e7191b21..cf1dd639e1 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -1270,7 +1270,6 @@ bool LLToolPie::handleMediaClick(const LLPickInfo& pick) if (!parcel || objectp.isNull() || - objectp->isHUDAttachment() || pick.mObjectFace < 0 || pick.mObjectFace >= objectp->getNumTEs()) { |