From 03d3348a745b77e464e2e830ad7bd8cef5bfdff0 Mon Sep 17 00:00:00 2001 From: Alejandro Laguna Date: Tue, 14 Jul 2026 18:44:48 +0200 Subject: [PATCH] fix: visual not appearing without event --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 5e11a1377a527ada21dd10b0166b53b4facba3b7..d3516663c57590a99b499a96e41b1dd3a4d0f11a 100644 --- a/src/main.c +++ b/src/main.c @@ -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) {