diff options
author | Sergey Minakov <naithar@icloud.com> | 2020-09-28 22:24:35 +0300 |
---|---|---|
committer | Sergey Minakov <naithar@icloud.com> | 2020-10-01 12:36:11 +0300 |
commit | 1d9b6b01db4abbdd59651469f7917f97096cf771 (patch) | |
tree | 431748534d482dad710d36296727852604c4160e /platform/iphone/SCsub | |
parent | 894b0a010bd3617ae09baa3b571d60154b9877e1 (diff) |
iOS: move touch delay to settings
Diffstat (limited to 'platform/iphone/SCsub')
-rw-r--r-- | platform/iphone/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/SCsub b/platform/iphone/SCsub index 49c77468ed..848fd9713a 100644 --- a/platform/iphone/SCsub +++ b/platform/iphone/SCsub @@ -18,7 +18,7 @@ iphone_lib = [ "godot_view.mm", "display_layer.mm", "godot_view_renderer.mm", - "godot_view_gesture_recognizer.m", + "godot_view_gesture_recognizer.mm", ] env_ios = env.Clone() |