fix
This commit is contained in:
parent
8d749ece56
commit
1c1818e5ff
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void mandelbrotLoop() {
|
||||||
//offsety += 0.001;
|
//offsety += 0.001;
|
||||||
//offsetx += 0.0016;
|
//offsetx += 0.0016;
|
||||||
|
|
||||||
if(count++ > 500) {
|
if(count++ > 80) {
|
||||||
offsetx = -0.756423894274328;
|
offsetx = -0.756423894274328;
|
||||||
offsety = 0.064179410646170;
|
offsety = 0.064179410646170;
|
||||||
mag = 1;
|
mag = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue