summaryrefslogtreecommitdiff
path: root/indra/llmath/llrigginginfo.h
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2024-05-23 11:31:19 -0700
committerBrad Linden <brad@lindenlab.com>2024-05-23 11:31:19 -0700
commita1f49564d670a2c41bfa25c833bba2564b9b7f48 (patch)
tree1d205e51bc37621916a17d459ad83782fe41f975 /indra/llmath/llrigginginfo.h
parent6af5db09faf5ea33a2d4c47b64e76f42edae178a (diff)
parent6377610f6587989c126b00f490dfc8d527a1c2ce (diff)
Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into brad/merge-maint-a-to-dev
Diffstat (limited to 'indra/llmath/llrigginginfo.h')
-rw-r--r--indra/llmath/llrigginginfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llmath/llrigginginfo.h b/indra/llmath/llrigginginfo.h
index 059c6ae082..fb550d013f 100644
--- a/indra/llmath/llrigginginfo.h
+++ b/indra/llmath/llrigginginfo.h
@@ -27,8 +27,8 @@
// Stores information related to associated rigged mesh vertices
// This lives in llmath because llvolume lives in llmath.
-#ifndef LL_LLRIGGINGINFO_H
-#define LL_LLRIGGINGINFO_H
+#ifndef LL_LLRIGGINGINFO_H
+#define LL_LLRIGGINGINFO_H
#include "llvector4a.h"
@@ -46,7 +46,7 @@ public:
void merge(const LLJointRiggingInfo& other);
private:
- LLVector4a mRiggedExtents[2];
+ LLVector4a mRiggedExtents[2];
bool mIsRiggedTo;
};