diff options
author | Dave Parks <davep@lindenlab.com> | 2010-10-06 12:54:21 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-10-06 12:54:21 -0500 |
commit | adc73f48471330617cc1e52902abd8123920ada3 (patch) | |
tree | 553b190684dccd0707de2570e614ebd91a30d8db /indra/llprimitive/llmodel.h | |
parent | 21b1b91c448b7d148a840c06d74deabc45af1819 (diff) | |
parent | 98d622551d9466d1153dedfbdd721becf8c38cd9 (diff) |
Merge
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r-- | indra/llprimitive/llmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h index e6696b984f..ec21ef2fcd 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -160,6 +160,7 @@ public: //physics shape physics_shape mPhysicsShape; + void setPhysicsShape(const physics_shape& shape); LLVector3 mPhysicsCenter; std::vector<LLVector3> mHullCenter; |