line ne se free pas

This commit is contained in:
H3XploR
2025-02-25 02:40:35 +01:00
parent f7e6dec6c4
commit 1faa437fd2
7 changed files with 8 additions and 11 deletions
+1 -3
View File
@@ -6,7 +6,7 @@
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/14 18:28:42 by yantoine #+# #+# */
/* Updated: 2025/02/25 00:29:27 by yantoine ### ########.fr */
/* Updated: 2025/02/25 01:44:31 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
@@ -21,8 +21,6 @@ int check_if_max(t_scene scene, const int to_test, const int max)
{
(void)scene;
if (to_test >= max)
{
return (0);
}
return (1);
}