ugfx_release_2.6
Joel Bodenmann 2012-10-23 22:50:10 +02:00
parent 8d749ece56
commit 1c1818e5ff
1 changed files with 1 additions and 1 deletions

View File

@ -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;