diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-12-23 14:15:03 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-12-23 14:15:03 -0800 |
commit | 2b979742f6b28e615b2b36e10257c78711e537c3 (patch) | |
tree | 1621e871e6a6056729b33dae48e3d6845942c0ff /indra/llmath/llvector4a.h | |
parent | 8204145ab1c4b8f8a509db15f61bbdd264532508 (diff) | |
parent | 57153cf0f1fffe669b9d8871c33f9c4aaba67a2f (diff) |
automated merge
Diffstat (limited to 'indra/llmath/llvector4a.h')
-rw-r--r-- | indra/llmath/llvector4a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvector4a.h b/indra/llmath/llvector4a.h index 79022eade3..596082509d 100644 --- a/indra/llmath/llvector4a.h +++ b/indra/llmath/llvector4a.h @@ -67,7 +67,7 @@ public: extern const LLVector4a LL_V4A_ZERO; return LL_V4A_ZERO; } - + // Return a vector of all epsilon, where epsilon is a small float suitable for approximate equality checks static inline const LLVector4a& getEpsilon() { |