diff options
author | Dave Parks <davep@lindenlab.com> | 2012-05-01 15:33:16 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-05-01 15:33:16 -0500 |
commit | 7a20b5be7844d1f41307d3186b0a9e297efd797a (patch) | |
tree | a3d1499a8cad393c565c3ee8bf1752972e90e773 /indra/newview/llvovolume.h | |
parent | 0249a0d1e7564d06eadb8a23b0f058008dfd6068 (diff) |
MAINT-775, MAINT-1022 Regression cleanup.
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 b2873c9894..c4505b4bd8 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -79,7 +79,7 @@ public: virtual bool isVolumeGlobal() const = 0; // Are we in global space? virtual bool isActive() const = 0; // Is this object currently active? virtual const LLMatrix4& getWorldMatrix(LLXformMatrix* xform) const = 0; - virtual void updateRelativeXform() = 0; + virtual void updateRelativeXform(bool force_identity = false) = 0; virtual U32 getID() const = 0; virtual void preRebuild() = 0; }; |