oopsies
This commit is contained in:
parent
10adc99682
commit
41a43bed2a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue