]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
vid_vsync: fully support adaptive, remove polling, print better errors
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index a20903a9823c7d156920999aac66077ac778bbf1..9a39d8bf5cff383ecbe5f5247ec28a02455cc7bf 100644 (file)
--- a/host.c
+++ b/host.c
@@ -644,7 +644,7 @@ static double Host_Frame(double time)
        Curl_Frame();
 
        // get new SDL events and add commands from keybindings to the cbuf
-       Sys_SendKeyEvents();
+       Sys_SDL_HandleEvents();
 
        // process console commands
        Cbuf_Frame(host.cbuf);