]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_sdl.c
mod_bsp_portalize: remove from dedicated server, update description
[xonotic/darkplaces.git] / vid_sdl.c
index 1c3fb4dd093f825384f89462422eb5e3600856a5..5b581c5d2ad4c291b3af1a0dbc9dbe4d2e839284 100644 (file)
--- a/vid_sdl.c
+++ b/vid_sdl.c
@@ -378,7 +378,7 @@ void VID_SetMouse(qbool relative, qbool hidecursor)
 #ifdef MACOSX
        if(relative)
                if(vid_usingmouse && (vid_usingnoaccel != !!apple_mouse_noaccel.integer))
-                       VID_SetMouse(false, false, false); // ungrab first!
+                       VID_SetMouse(false, false); // ungrab first!
 #endif
        if (vid_usingmouse != relative)
        {