diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-01-08 10:35:36 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-01-08 10:35:36 -0500 |
commit | ee63c30ea748857f68ac352a9751816644322ec3 (patch) | |
tree | bcd6e7659c2200cb4323766091d916dc3b03b9c4 /indra | |
parent | f2d2e9d1682e9458581fd3451eab503fbef46ea1 (diff) |
SL-92 WIP - remove hover for self if we receive an appearance with no hover specified
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 |
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. |