aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc')
-rw-r--r--backends/dc/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/input.cpp b/backends/dc/input.cpp
index 6513dbd00a..7e13998222 100644
--- a/backends/dc/input.cpp
+++ b/backends/dc/input.cpp
@@ -135,7 +135,7 @@ int handleInput(struct mapledev *pad, int &mouse_x, int &mouse_y,
}
}
- if(lmb && inter) {
+ if(lmb && inter && !lastlmb) {
newkey = 1000;
lmb = 0;
}