Make move calculate the new region
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 26 Apr 2024 08:20:24 +0000 (10:20 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 26 Apr 2024 08:20:24 +0000 (10:20 +0200)
commit728f7f7fc2e94b79aa3859d3db490f2a6f27f9f7
tree74ec950e868a15e52479208c63ccc1ca743f4cea
parent42a5b16d0430a715af437c51f4e7b3a5a52238f0
Make move calculate the new region

This is to prevent repeating the new strip from repeating on rapid
movement. This functionality was probably lost in commit f5c9e75
when the calculation was moved from draw_fractal to calculate_base.
inc/fractol.h
src/event_handling.c
src/main.c