Removing the testing line
This commit is contained in:
parent
9ae3eb011f
commit
2faabaa713
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue