diff options
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; } |
