From 322c1a49f59d3fc6441804bbbb29da22567e4bcb Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 20 May 2020 16:53:25 +0200 Subject: Correct resize, linear iterpolation draft --- src/state.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/state.c') diff --git a/src/state.c b/src/state.c index f661de6..5df4f02 100644 --- a/src/state.c +++ b/src/state.c @@ -54,6 +54,7 @@ bool state_init(State *state) state->real_end = 2.0; state->imag_start = -2.0; state->imag_end = 2.0; + state->running = true; state->smooth = false; state->samples = 1.0; -- cgit