This commit is contained in:
2024-10-24 19:13:02 +02:00
parent 58ad52e1cc
commit da41f2836f
3 changed files with 30 additions and 5 deletions

View File

@@ -129,7 +129,6 @@ int main(void)
int dummy;
mlx.mlx = mlx_init();
mlx_new_window(mlx.mlx, 400, 400, mlx.mlx);
mlx.win = mlx_new_window(mlx.mlx, 400, 400, "My window");
mlx_set_fps_goal(mlx.mlx, 60);