diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 18:24:54 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 18:24:54 +0100 |
commit | bb1b197934bd9bcfa15d853dd99141d0edc1c16c (patch) | |
tree | e5850ea32f61f0e7211c01ad956938d4ce0f6feb /inc/cub3d.h | |
parent | in progress (diff) | |
download | 42-cub3d-bb1b197934bd9bcfa15d853dd99141d0edc1c16c.tar.gz 42-cub3d-bb1b197934bd9bcfa15d853dd99141d0edc1c16c.tar.bz2 42-cub3d-bb1b197934bd9bcfa15d853dd99141d0edc1c16c.tar.xz 42-cub3d-bb1b197934bd9bcfa15d853dd99141d0edc1c16c.tar.zst 42-cub3d-bb1b197934bd9bcfa15d853dd99141d0edc1c16c.zip |
Screenres ok
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index e7615e9..749e2b6 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -33,7 +33,7 @@ # define FT_ESC_KEY 53 # endif # ifndef FT_SCR_SIZE -# define FT_SCR_SIZE 1980x1080 +# define FT_SCR_SIZE 1920x1080 # endif typedef struct s_win |