summaryrefslogtreecommitdiff
path: root/src/libs/ray/ray_render.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/ray/ray_render.c')
-rw-r--r--src/libs/ray/ray_render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/ray/ray_render.c b/src/libs/ray/ray_render.c
index 8b930f6..32c45dc 100644
--- a/src/libs/ray/ray_render.c
+++ b/src/libs/ray/ray_render.c
@@ -163,7 +163,7 @@ static inline ray_color_t trace_ray(ray_render_t *render, ray_ray_t *primary_ray
do {
ray_render_object_t *nearest_object;
- float nearest_distance;
+ float nearest_distance;
if (reflector) {
float dot = ray_3f_dot(&ray->direction, &normal);
© All Rights Reserved