This commit is contained in:
Kbz-8
2024-10-24 19:13:02 +02:00
parent cfb41b7b27
commit da85343e32
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);