summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-01-08 10:35:36 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-01-08 10:35:36 -0500
commitee63c30ea748857f68ac352a9751816644322ec3 (patch)
treebcd6e7659c2200cb4323766091d916dc3b03b9c4
parentf2d2e9d1682e9458581fd3451eab503fbef46ea1 (diff)
SL-92 WIP - remove hover for self if we receive an appearance with no hover specified
-rwxr-xr-xindra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index aa7b848d0e..059a03a072 100755
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -7470,7 +7470,7 @@ void LLVOAvatar::processAvatarAppearance( LLMessageSystem* mesgsys )
mHoverOffset = contents.mHoverOffset;
}
- if (!contents.mHoverOffsetWasSet && !isSelf())
+ if (!contents.mHoverOffsetWasSet)
{
// If we don't get a value at all, we are presumably in a
// region that does not support hover height.