diff options
Diffstat (limited to 'indra/newview/llcontrolavatar.h')
-rw-r--r-- | indra/newview/llcontrolavatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llcontrolavatar.h b/indra/newview/llcontrolavatar.h index 02244769b9..c72dc03efc 100644 --- a/indra/newview/llcontrolavatar.h +++ b/indra/newview/llcontrolavatar.h @@ -80,6 +80,8 @@ public: bool mMarkedForDeath; + LLVector3 mPositionConstraintFixup; + }; typedef std::map<LLUUID, S32> signaled_animation_map_t; |