diff options
| author | raven <citrons@mondecitronne.com> | 2026-04-13 14:17:08 -0500 |
|---|---|---|
| committer | raven <citrons@mondecitronne.com> | 2026-04-13 14:17:08 -0500 |
| commit | 5f53900404fcd5835101ea0af593e417d160a5e4 (patch) | |
| tree | c3feba3c0c721537e883d4eff98430c5dd2351a5 /src/menu.c | |
| parent | dc20f9c1ea65e81e5376f622eddf3877f08b05a2 (diff) | |
remove calls to SDL_SyncWindow
Diffstat (limited to 'src/menu.c')
| -rw-r--r-- | src/menu.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -68,7 +68,6 @@ menu *create_menu(menu_entry *entries, int count, int x, int y) { SDL_SetWindowPosition(m->window, x, y); SDL_SetWindowSize(m->window, w, h); SDL_RaiseWindow(m->window); - SDL_SyncWindow(m->window); return m; } |
