From e360841b13e2d846ddfe29d5a2ce83e0c8932c67 Mon Sep 17 00:00:00 2001 From: Alexander Bass Date: Tue, 5 Jul 2022 01:47:37 -0400 Subject: [PATCH] last commit made program much faster. This commit allows more iterations --- index.html | 2 +- index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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.