DEVELOPMENT ENVIRONMENT

~alex/mandelbrot-set-gen

03d3348a745b77e464e2e830ad7bd8cef5bfdff0 — Alejandro Laguna a month ago 91e1dfa
fix: visual not appearing without event
1 files changed, 1 insertions(+), 1 deletions(-)

M src/main.c
M src/main.c => src/main.c +1 -1
@@ 77,7 77,7 @@ int main(void) {
    position.y_min = -1.2;
    position.y_max = 1.2;

    bool pos_updated = false;
    bool pos_updated = true;
    while (running) {
        while (SDL_PollEvent(&e)) {
            if (e.type == SDL_EVENT_QUIT) {