aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-10-23 22:50:10 +0200
committerJoel Bodenmann <joel@unormal.org>2012-10-23 22:50:10 +0200
commit1c1818e5fff38808672d1404e5b80c9fd2006861 (patch)
tree6d812dc8641643a3a00520e240493630e2d5671a /demos
parent8d749ece568fa587625d4c9670d53960a26ce12c (diff)
downloaduGFX-1c1818e5fff38808672d1404e5b80c9fd2006861.tar.gz
uGFX-1c1818e5fff38808672d1404e5b80c9fd2006861.tar.bz2
uGFX-1c1818e5fff38808672d1404e5b80c9fd2006861.zip
fix
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;