diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-05-09 13:49:20 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-05-09 13:49:20 -0400 |
commit | 781af27e9cd500f6d62bc2d4658180f154af8816 (patch) | |
tree | 974c4913bb718f405e019233ddc703f265093c39 /indra/newview/llviewerobject.h | |
parent | 8b4b2e375d2478f106a3d918ec8dbb839bb045ab (diff) |
SH-1419 Sim complains about changing physical materials when Physics, Temporary, or Phantom is changed.
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index e417343bec..21198f7dd1 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -488,7 +488,7 @@ public: void setRegion(LLViewerRegion *regionp); virtual void updateRegion(LLViewerRegion *regionp); - void updateFlags(); + void updateFlags(BOOL physics_changed = FALSE); BOOL setFlags(U32 flag, BOOL state); void setPhysicsShapeType(U8 type); void setPhysicsGravity(F32 gravity); |