]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_wgl.c
no need to update lightmaps if using r_vertexsurfaces
[xonotic/darkplaces.git] / vid_wgl.c
index b9a0027d31c72748fbe57d48ec7096c43c40d424..578b94a15e3a597fa553d66a304275927fd0ad49 100644 (file)
--- a/vid_wgl.c
+++ b/vid_wgl.c
@@ -345,7 +345,7 @@ void VID_Finish (void)
 
 // handle the mouse state when windowed if that's changed
        vid_usemouse = false;
-       if (vid_mouse.integer && key_dest == key_game)
+       if (vid_mouse.integer && !key_consoleactive)
                vid_usemouse = true;
        if (modestate == MS_FULLDIB)
                vid_usemouse = true;