summaryrefslogtreecommitdiff
path: root/indra/llmath/llline.h
diff options
context:
space:
mode:
authorAnsariel Hiller <Ansariel@users.noreply.github.com>2024-10-05 02:41:14 +0200
committerGitHub <noreply@github.com>2024-10-05 03:41:14 +0300
commit39eb250e3926e123794a939e861e62d96916e92e (patch)
tree99fae79d822f2e3936b457f0587976ee89fefdba /indra/llmath/llline.h
parent6c51a262d8b576355622eadeef156ef4e6135266 (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.h2
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
{