From 1c1818e5fff38808672d1404e5b80c9fd2006861 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 23 Oct 2012 22:50:10 +0200 Subject: [PATCH] fix --- demos/mandelbrot/mandelbrot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/mandelbrot/mandelbrot.c b/demos/mandelbrot/mandelbrot.c index ec4f68f5..2ae2e9da 100644 --- a/demos/mandelbrot/mandelbrot.c +++ b/demos/mandelbrot/mandelbrot.c @@ -96,7 +96,7 @@ void mandelbrotLoop() { //offsety += 0.001; //offsetx += 0.0016; - if(count++ > 500) { + if(count++ > 80) { offsetx = -0.756423894274328; offsety = 0.064179410646170; mag = 1;