diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 908b007..e2d5100 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -85,6 +85,7 @@ typedef struct s_ray double wall_hit_x; int tex_x; int tex_y; + double step_tex_v; } t_ray; typedef struct s_map |