Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian BOTREL committed Jul 11, 2019
1 parent e5b2fdf commit 521ba71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcs/hud/hud.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: kibotrel <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/03/14 09:01:34 by kibotrel #+# #+# */
/* Updated: 2019/04/01 17:18:27 by kibotrel ### ########.fr */
/* Updated: 2019/07/11 17:08:13 by kibotrel ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -53,7 +53,7 @@ static void fill_fields(t_infos *i, t_env *env)
|| env->fractal == FLOWER)
sprintf(i->checks, "Depth level : %d", env->checks);
else if (env->fractal == BARNSLEY)
sprintf(i->checks, "Generations : %d", env->checks);
sprintf(i->checks, "Population : %d", env->checks);
else
sprintf(i->checks, "Iterations : %d", env->checks);
if (env->zoom_count < ZOOM_MAX)
Expand Down

0 comments on commit 521ba71

Please sign in to comment.