diff options
author | Dave Parks <davep@lindenlab.com> | 2012-04-19 17:29:32 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-04-19 17:29:32 -0500 |
commit | d953cce3868cf53b3f84e1fdd97119c83d3dff7d (patch) | |
tree | 3968b54b780ee7849d35acdeffb034d11eba65f8 /indra/newview/llvovolume.h | |
parent | 5334c410ea7552ebc2c758ee8911b3235f76824a (diff) |
MAINT-775 Cleanup of some weird corner cases on animated child prims.
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 3cf434dc26..b2873c9894 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -203,7 +203,7 @@ public: LLAssetType::EType type, void* user_data, S32 status, LLExtStat ext_status); - void updateRelativeXform(); + void updateRelativeXform(bool force_identity = false); /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); /*virtual*/ void updateFaceSize(S32 idx); /*virtual*/ BOOL updateLOD(); |