summaryrefslogtreecommitdiff
path: root/src/input/touch/touchactions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/touch/touchactions.cpp')
-rw-r--r--src/input/touch/touchactions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/touch/touchactions.cpp b/src/input/touch/touchactions.cpp
index ae79dd182..f1f8e4676 100644
--- a/src/input/touch/touchactions.cpp
+++ b/src/input/touch/touchactions.cpp
@@ -98,7 +98,7 @@ static void moveChar(int x, int y)
touchManager.setActionActive(InputAction::MOVE_DOWN, false);
touchManager.setActionActive(InputAction::MOVE_UP, false);
}
- inputManager.updateConditionMask();
+ inputManager.updateConditionMask(true);
}
impHandler(padClick)