summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-10-12 18:53:49 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-10-12 18:53:49 +0100
commit0109a71d1ccf5f9bff9b454415ed67dd43b70157 (patch)
tree526045718d684507608fddd263081964984340ed /indra/newview/llvoavatar.h
parentb920893fa4be1b5e61e938bda79147a9c5522726 (diff)
SL-9857 - suppress constraint adjustments immediately after region crossing
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 4d2b40347d..8c1242421e 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -530,6 +530,8 @@ public:
BOOL mNeedsImpostorUpdate;
F32SecondsImplicit mLastImpostorUpdateFrameTime;
const LLVector3* getLastAnimExtents() const { return mLastAnimExtents; }
+ void setNeedsExtentUpdate(bool val) { mNeedsExtentUpdate = val; }
+
private:
LLVector3 mImpostorOffset;
LLVector2 mImpostorDim;