summaryrefslogtreecommitdiff
path: root/indra/llmath/raytrace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmath/raytrace.cpp')
-rw-r--r--indra/llmath/raytrace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/raytrace.cpp b/indra/llmath/raytrace.cpp
index 125374a4c2..117ba2369e 100644
--- a/indra/llmath/raytrace.cpp
+++ b/indra/llmath/raytrace.cpp
@@ -298,7 +298,7 @@ bool ray_cylinder(const LLVector3 &ray_point, const LLVector3 &ray_direction,
out = dist_to_closest_point + half_chord_length; // dist to exiting point
if (out < 0.0f)
{
- // cylinder is behind the ray, so we return FALSE
+ // cylinder is behind the ray, so we return false
return false;
}