aboutsummaryrefslogtreecommitdiff
path: root/src/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c1
1 files changed, 1 insertions, 0 deletions
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;