Merge pull request #918 from JustAGenericUsername/main

oopsies
This commit is contained in:
slweeb 2025-01-03 13:07:22 -05:00 committed by GitHub
commit 10c81cf862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ elements.mandelbrot = {
}
}
*/
iteration = gridWeightedAverage(pixel.x, pixel.y)
iteration = preCalculatedGrid[pixel.x][pixel.y].iteration
if (iteration >= 99.5) {
pixel.color = "rgb(255, 255, 255)"
} else {