diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-10-05 02:41:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-05 03:41:14 +0300 |
commit | 39eb250e3926e123794a939e861e62d96916e92e (patch) | |
tree | 99fae79d822f2e3936b457f0587976ee89fefdba /indra/llmath/llline.h | |
parent | 6c51a262d8b576355622eadeef156ef4e6135266 (diff) |
More cleanup of LLMath and the color classes in particular (#2810)
Diffstat (limited to 'indra/llmath/llline.h')
-rw-r--r-- | indra/llmath/llline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llline.h b/indra/llmath/llline.h index 33c1eb61a4..e98e173d1f 100644 --- a/indra/llmath/llline.h +++ b/indra/llmath/llline.h @@ -33,7 +33,7 @@ #include "stdtypes.h" #include "v3math.h" -const F32 DEFAULT_INTERSECTION_ERROR = 0.000001f; +constexpr F32 DEFAULT_INTERSECTION_ERROR = 0.000001f; class LLLine { |