diff --git a/index.html b/index.html index a441a08..5a43ed6 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@

Iterations

- +

diff --git a/index.js b/index.js index 364f898..0397a38 100644 --- a/index.js +++ b/index.js @@ -70,7 +70,6 @@ function render() { const yu = (viewWidth / height * (2 * (height - y) - height)) + view[1]; const xu = (viewWidth / width * (2 * x - width)) + view[0]; - let x2, y2 = 0; // Set up the first iteration of the fractal before looping through the rest.