diff options
Diffstat (limited to 'src/state.c')
| -rw-r--r-- | src/state.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/state.c b/src/state.c index 37eeccc..f661de6 100644 --- a/src/state.c +++ b/src/state.c @@ -55,6 +55,8 @@ bool state_init(State *state) state->imag_start = -2.0; state->imag_end = 2.0; state->running = true; + state->smooth = false; + state->samples = 1.0; return true; } |
