commit 5e14c818269e40a3151723c8393179d6aee195a4
parent e8582aaad3f151142f075da17e325fd7f7db3c9d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 29 Apr 2021 17:47:52 +0200
Fix the macro HTRDR_GEOMETRY_TRACE_RAY_ARGS_NULL__
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/htrdr_geometry.h b/src/core/htrdr_geometry.h
@@ -43,7 +43,7 @@ struct htrdr_geometry_trace_ray_args {
{0,0,0}, /* Ray origin */ \
{0,0,1}, /* Ray direction */ \
{0,DBL_MAX}, /* Ray range */ \
- S3D_HIT_NULL, /* Hit from */ \
+ S3D_HIT_NULL__, /* Hit from */ \
NULL, /* User defined filter function */ \
NULL /* User filter function */ \
}