mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
Increase delay for dragging items, to match original
svn-id: r24564
This commit is contained in:
parent
e7195372e5
commit
25069065f3
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user