diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-08 16:48:40 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-08 16:48:40 +0100 |
commit | 5068210318c574eb40715eb0f87d84230b9393df (patch) | |
tree | fcfcb6a4764b99c8cc3c6c7683ed7eb9c5a11691 /src/ft_raycasting.c | |
parent | Removed bloat (diff) | |
download | 42-cub3d-5068210318c574eb40715eb0f87d84230b9393df.tar.gz 42-cub3d-5068210318c574eb40715eb0f87d84230b9393df.tar.bz2 42-cub3d-5068210318c574eb40715eb0f87d84230b9393df.tar.xz 42-cub3d-5068210318c574eb40715eb0f87d84230b9393df.tar.zst 42-cub3d-5068210318c574eb40715eb0f87d84230b9393df.zip |
At least it compiles
Diffstat (limited to 'src/ft_raycasting.c')
-rw-r--r-- | src/ft_raycasting.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_raycasting.c b/src/ft_raycasting.c index 0a4b8b5..c83604f 100644 --- a/src/ft_raycasting.c +++ b/src/ft_raycasting.c @@ -117,7 +117,6 @@ void while (i < wl->x_size) { ft_initray(i, cl); - ft_floor_cast(cl); cl->rlist.line_h = (int16_t)(wl->y_size / cl->rlist.wall_dist); cl->rlist.wall_t = -cl->rlist.line_h / 2 + wl->y_size / 2; if (cl->rlist.wall_t < 0) |