mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
remove some debug info
This commit is contained in:
parent
92b7f5f8f0
commit
00b9b23076
1 changed files with 0 additions and 4 deletions
|
@ -358,10 +358,6 @@ event_motion (XEvent * event)
|
|||
mouse_x += event->xmotion.x_root * in_dga_mouseaccel->value;
|
||||
mouse_y += event->xmotion.y_root * in_dga_mouseaccel->value;
|
||||
} else {
|
||||
if (!p_mouse_x && !p_mouse_y) {
|
||||
Con_Printf ("event->xmotion.x: %d\n", event->xmotion.x);
|
||||
Con_Printf ("event->xmotion.y: %d\n", event->xmotion.y);
|
||||
}
|
||||
if (vid_fullscreen->int_val || _windowed_mouse->int_val) {
|
||||
if (!event->xmotion.send_event) {
|
||||
mouse_x += (event->xmotion.x - p_mouse_x);
|
||||
|
|
Loading…
Reference in a new issue