Removing the testing line

This commit is contained in:
Raphaël 2024-11-27 16:19:09 +01:00 committed by GitHub
parent 9ae3eb011f
commit 2faabaa713
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -231,8 +231,6 @@ int render_frame(t_data *data)
else else
color = 0x00FFFF00; color = 0x00FFFF00;
if (side == 1) color = (color >> 1) & 8355711; // Make sides darker
for(int y = drawStart; y < drawEnd; y++) for(int y = drawStart; y < drawEnd; y++)
my_mlx_pixel_put(data, x, y, color); my_mlx_pixel_put(data, x, y, color);
} }