diff --git a/src/hooks_funcs.c b/src/hooks_funcs.c index d00feb7..22363af 100644 --- a/src/hooks_funcs.c +++ b/src/hooks_funcs.c @@ -6,7 +6,7 @@ /* By: gtertysh +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/03/24 19:21:45 by gtertysh #+# #+# */ -/* Updated: 2017/03/25 14:53:26 by gtertysh ### ########.fr */ +/* Updated: 2017/03/25 15:02:31 by gtertysh ### ########.fr */ /* */ /* ************************************************************************** */ @@ -29,7 +29,7 @@ int change_imagianry(t_fractol *fr, int x, int *start_x) { if (fr->frac->com_const.im < 3) { - fr->frac->com_const.im += 0.01; + fr->frac->com_const.im += 0.1; to_render = 1; } *start_x = x;