(svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging

This commit is contained in:
rubidium
2009-11-09 16:05:24 +00:00
parent 85a910f02e
commit cbf4b80b86
3 changed files with 6 additions and 4 deletions

View File

@@ -879,7 +879,6 @@ void VideoDriver_Win32::MainLoop()
if (old_ctrl_pressed != _ctrl_pressed) HandleCtrlChanged();
GameLoop();
_cursor.delta.x = _cursor.delta.y = 0;
if (_force_full_redraw) MarkWholeScreenDirty();