aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_drawsquare.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_drawsquare.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_drawsquare.c b/src/ft_drawsquare.c
index f23bd79..1488c68 100644
--- a/src/ft_drawsquare.c
+++ b/src/ft_drawsquare.c
@@ -26,7 +26,6 @@ void
{
while (y > b - 40)
{
- /* mlx_pixel_put(clist->wlist->wlx, clist->wlist->winptr, x, y, rgb); */
*(int*)(clist->img.ptr + (x * 4 + (y * clist->img.sizeline))) = rgb;
y--;
}