diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-05-18 19:14:45 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-05-18 19:14:45 -0700 |
commit | fecb84825c461de3455eef71cc72fc38d871d8e8 (patch) | |
tree | 8ef8113d61a5a9a7c197be31c96e838a8ee7a4ec /src/libs | |
parent | 58136e0cfa6ecd35d052417f769a572861792d67 (diff) |
libs/ray: trivial indentation fixup
Diffstat (limited to 'src/libs')
-rw-r--r-- | src/libs/ray/ray_render.c | 2 |
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); |