summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-03-24 09:48:34 -0400
committerprep <prep@lindenlab.com>2011-03-24 09:48:34 -0400
commitd2bb490702921b5ca9fdcd562c67844e2d4802e1 (patch)
tree23757871fd89a981d9e6691668d78ec6b3f52a48 /indra/newview/llvoavatar.h
parent3ad81bb4a642d25018b773d2ef005380664d8170 (diff)
Crash fix for SH-1176 and WIP for pelvis z offset
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 7209b9f1e5..1552532a97 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -295,6 +295,7 @@ public:
void setPelvisOffset( bool hasOffset, const LLVector3& translation, F32 offset ) ;
bool hasPelvisOffset( void ) { return mHasPelvisOffset; }
void postPelvisSetRecalc( void );
+ void setPelvisOffset( F32 pelvixFixupAmount );
bool mHasPelvisOffset;
LLVector3 mPelvisOffset;