diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-05-09 00:29:54 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-05-09 00:30:06 -0300 |
| commit | a21ae8219e67783c52ba5f415e1ca4745755adb5 (patch) | |
| tree | 73858993c3bb049e34adee70fd1ef8576a46e917 /sdl3_main.c | |
| parent | 2b8cb91ff3347aa57cbee12e66b37d1a57199d59 (diff) | |
iteração de física
Diffstat (limited to 'sdl3_main.c')
| -rw-r--r-- | sdl3_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl3_main.c b/sdl3_main.c index a2d12f7..7a0435a 100644 --- a/sdl3_main.c +++ b/sdl3_main.c @@ -36,6 +36,7 @@ main() fprintf(stderr, "SDL_CreateWindowAndRenderer: %s\n", SDL_GetError()); return -1; } + SDL_SetRenderVSync(renderer, 1); entinit(); running = true; |
