diff --git a/Julia.fs b/Julia.fs index 67110c9..c697e71 100644 --- a/Julia.fs +++ b/Julia.fs @@ -24,7 +24,7 @@ let generatePixel x y height width zoom rMax maxIter = else let newRe = c.Real*c.Real - c.Imaginary*c.Imaginary let newIm = 2.0 * c.Real * c.Imaginary - findI (i+1) (Complex(newRe, newIm)+z) + findI (i+1) ((Complex(newRe, newIm))+z) colorMap (findI 0 c) maxIter