about summary refs log tree commit diff stats
path: root/mandelbrot.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-09 17:40:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-09 17:40:14 -0700
commit4bfc80ce9aeea7faf6bccdcfac540f8cc49c17fd (patch)
tree9f15e3886c5c6b1524e8c726d6896071f9ee1190 /mandelbrot.mu
parentcd6412129f91d907e94ddb69c4e3386aa25f0859 (diff)
downloadmu-4bfc80ce9aeea7faf6bccdcfac540f8cc49c17fd.tar.gz
bugfix in mandelbrot-fixed
Thanks to comparing regular ints with fixed-point ints, I was computing
iterations for many screenfuls of pixels to the right of the current one.
(Y-axis behaved similarly, but there it was just doing other work instead
of busy-looping forever. If you don't have anything else to do, it doesn't
matter what you do.)
Diffstat (limited to 'mandelbrot.mu')
0 files changed, 0 insertions, 0 deletions
46'>46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67