diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index d9deb8a..58caa73 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -169,8 +169,8 @@ typedef struct s_ray float x_floor; float y_floor; int32_t *tex_x_tab; - float *x_floor_tab; - float *y_floor_tab; + int32_t ***fc_tex_x_tab; + int32_t ***fc_tex_y_tab; float *row_dist_tab; int16_t *wall_t_tab; uint8_t *w_side_tab; |