summaryrefslogtreecommitdiff
path: root/src/libs/ray/ray_render_object_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/ray/ray_render_object_point.h')
-rw-r--r--src/libs/ray/ray_render_object_point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/ray/ray_render_object_point.h b/src/libs/ray/ray_render_object_point.h
index 52c6fd6..3479c22 100644
--- a/src/libs/ray/ray_render_object_point.h
+++ b/src/libs/ray/ray_render_object_point.h
@@ -31,7 +31,7 @@ static inline int ray_render_object_point_intersects_ray(ray_render_object_point
static inline ray_3f_t ray_render_object_point_normal(ray_render_object_point_t *point, ray_3f_t *_point)
{
- ray_3f_t normal;
+ ray_3f_t normal = {};
return normal;
}
© All Rights Reserved