From 2faabaa713bae8a3d796ee052600fafcff375a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= <35407363+EniumRaphael@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:19:09 +0100 Subject: [PATCH] Removing the testing line --- test/test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test.c b/test/test.c index f5fa61b..4c25c0b 100644 --- a/test/test.c +++ b/test/test.c @@ -231,8 +231,6 @@ int render_frame(t_data *data) else color = 0x00FFFF00; - if (side == 1) color = (color >> 1) & 8355711; // Make sides darker - for(int y = drawStart; y < drawEnd; y++) my_mlx_pixel_put(data, x, y, color); }