aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/mandelbrot/mandelbrot.c2
1 files changed, 1 insertions, 1 deletions
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;