(svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user