Increase delay for dragging items, to match original

svn-id: r24564
This commit is contained in:
Travis Howell 2006-10-29 07:30:31 +00:00
parent e7195372e5
commit 25069065f3

View File

@ -436,7 +436,7 @@ void AGOSEngine::handleMouseMoved() {
if (_leftButton != 0 && _dragAccept != 0 && _lastClickRem != NULL) {
_dragCount++;
if (_dragCount == 2) {
if (_dragCount == 20) {
_dragMode = 1;
_dragFlag = 1;
_needHitAreaRecalc++;