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) {