diff options
author | Dave Parks <davep@lindenlab.com> | 2011-07-06 19:27:43 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-07-06 19:27:43 -0500 |
commit | 9b253ccf68718dea51dc94416b3ece28b42fc32a (patch) | |
tree | 74639cf7e73c17d28222a95e4d44728eaa78ee0d /indra/llprimitive/llmodel.h | |
parent | 71eb68a85d5a5157622ae8f42bac1c21f00d54cd (diff) |
SH-1972 Fix for slm messing up physics shape on second upload.
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r-- | indra/llprimitive/llmodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h index cd9f76fcb7..1ece877f0f 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -137,7 +137,8 @@ public: const LLModel::Decomposition& decomp, BOOL upload_skin, BOOL upload_joints, - BOOL nowrite = FALSE); + BOOL nowrite = FALSE, + BOOL as_slm = FALSE); static LLSD writeModelToStream( std::ostream& ostr, |