diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-21 21:54:37 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-21 21:54:37 +0300 |
commit | 664ce046eedc65963c1cbcbadfe72df8970ee2c6 (patch) | |
tree | 80af37a093eff3f61449e8a812cd9fecdd36bdc5 /indra/newview/llviewerjointattachment.cpp | |
parent | 1ad175a0dfad885103326fca9260b66e3f9c6c73 (diff) |
SL-17628 Add viewer sided max attachment distance to position fields
Diffstat (limited to 'indra/newview/llviewerjointattachment.cpp')
-rw-r--r-- | indra/newview/llviewerjointattachment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerjointattachment.cpp b/indra/newview/llviewerjointattachment.cpp index fd314ed3dc..b3bfb86b99 100644 --- a/indra/newview/llviewerjointattachment.cpp +++ b/indra/newview/llviewerjointattachment.cpp @@ -45,7 +45,7 @@ #include "llglheaders.h" extern LLPipeline gPipeline; -const F32 MAX_ATTACHMENT_DIST = 3.5f; // meters? +const F32 MAX_ATTACHMENT_DIST = 3.5f; // meters //----------------------------------------------------------------------------- // LLViewerJointAttachment() |