diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-05-09 17:40:14 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-05-09 17:40:14 -0700 |
commit | 4bfc80ce9aeea7faf6bccdcfac540f8cc49c17fd (patch) | |
tree | 9f15e3886c5c6b1524e8c726d6896071f9ee1190 /mandelbrot.mu | |
parent | cd6412129f91d907e94ddb69c4e3386aa25f0859 (diff) | |
download | mu-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