Skip to content

Commit

Permalink
change fov_bam to fov
Browse files Browse the repository at this point in the history
  • Loading branch information
SirAlabar committed Feb 18, 2025
1 parent 5b3fb88 commit 3ec52d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/cub3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/* Window settings */
# define WINDOW_WIDTH 1200
# define WINDOW_HEIGHT 900
# define FOV_BAM 715827882 /* 60 graus in BAM */
# define FOV 715827882 /* 60 graus in BAM */
# define MOVE_SPEED 0.02
# define ROTATION_SPEED 0.04
# define MAX_ROTATION 0.045
Expand Down

0 comments on commit 3ec52d6

Please # to comment.