summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index caffa81..262a8f1 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -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;
}