aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_floor_cast.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_floor_cast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_floor_cast.c b/src/ft_floor_cast.c
index 9077b9b..e7d3b0f 100644
--- a/src/ft_floor_cast.c
+++ b/src/ft_floor_cast.c
@@ -16,7 +16,7 @@
void
ft_floor_cast(t_cub *cl)
{
- t_ray *rl;
+ t_ray *rl;
const uint32_t map_x = (uint32_t)&cl->plist.pos_x;
const uint32_t map_y = (uint32_t)&cl->plist.pos_y;