1
0

」 feat(Texture): Fully working 👍

This commit is contained in:
2024-11-10 15:45:38 +01:00
parent c96f714065
commit 18b5b465af
4 changed files with 45 additions and 7 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/04 14:06:39 by adjoly #+# #+# */
/* Updated: 2024/11/09 15:54:46 by madumerg ### ########.fr */
/* Updated: 2024/11/10 13:48:57 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -29,6 +29,6 @@
# define FOV 70
# define CHUNK_SIZE 64
# define TEXTURE_SIZE 128
# define TEXTURE_SIZE 64
#endif