possibility to choose angle of view

This commit is contained in:
hugogogo
2022-04-23 11:58:11 +02:00
parent fac1f78230
commit e9b0dd7ec9
9 changed files with 72 additions and 48 deletions

View File

@@ -53,7 +53,7 @@ int main(int ac, char **av)
// infinite loop that waits for events to occurs
*/
// mlx_loop_hook(game->mlx_ptr, hook_action, game);
mlx_loop_hook(game->mlx_ptr, hook_action, game);
mlx_loop(game->mlx_ptr);
return (0);
}