(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 2e499a43a9
commit b3394dbeb4
3 changed files with 6 additions and 4 deletions

View File

@@ -1064,8 +1064,6 @@ public:
if (widget == SM_WIDGET_MAP) {
if (_scrolling_viewport) return;
_scrolling_viewport = true;
_cursor.delta.x = 0;
_cursor.delta.y = 0;
}
}