Skip to content

Commit

Permalink
edit include
Browse files Browse the repository at this point in the history
  • Loading branch information
MNasybullin committed Sep 24, 2020
1 parent c85f24a commit fb33c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/rt.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: sdiego <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/26 14:12:41 by sdiego #+# #+# */
/* Updated: 2020/09/21 20:51:43 by sdiego ### ########.fr */
/* Updated: 2020/09/24 17:34:25 by sdiego ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -208,7 +208,7 @@ typedef struct s_t_minmax
typedef struct s_light
{
t_color intensity;
t_vec pos;
// t_vec pos;
t_vec corner;
t_vec uvec;
int usteps;
Expand Down

0 comments on commit fb33c55

Please sign in to comment.