summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2013-06-28 11:59:03 -0400
committerNyx Linden <nyx@lindenlab.com>2013-06-28 11:59:03 -0400
commit39b734a00199eb7d24edf06f9c496161819ebde7 (patch)
tree0d2cfd0dba1f6de0a69ab1dddf28cb89e9c307fc /indra/newview/llvoavatar.h
parent62a6009fa265cd56c8711300a830446b03532785 (diff)
SH-4240 FIX users can set hover height to 0
removing minimum height enforcement, as changes are local-only and would not be visible by other users in this repro, unless the user explicitly saved the changes. Since there are many ways to get around the enforcement, and the enforced minimums won't be visible to other users, its simpler to allow users to use the full range of the hover slider. NOTE: this means that a user's avatar can be underground, leading to the camera pointing up at the sky. this is a known issue.
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-xindra/newview/llvoavatar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index fad2fd962c..48b5a6e873 100755
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -212,9 +212,6 @@ public:
/*virtual*/ LLVector3 getPosAgentFromGlobal(const LLVector3d &position);
virtual void updateVisualParams();
- /*virtual*/ void computeBodySize();
-
-
/** Inherited
** **