You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the line
" mlx_put_image_to_window(window->mlx, window->window, window->bg_img, x, y);"
is formatted as
" mlx_put_image_to_window(window->mlx, window->window, window->bg_img,
x, y);"
when it should be
" mlx_put_image_to_window(window->mlx, window->window, window->bg_img,
x, y);"
from running norminette
The text was updated successfully, but these errors were encountered:
the line
" mlx_put_image_to_window(window->mlx, window->window, window->bg_img, x, y);"
is formatted as
" mlx_put_image_to_window(window->mlx, window->window, window->bg_img,
x, y);"
when it should be
" mlx_put_image_to_window(window->mlx, window->window, window->bg_img,
x, y);"
from running norminette
The text was updated successfully, but these errors were encountered: