diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-10-01 12:16:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 12:16:01 +0200 |
commit | e46159ab4d0300ca514121f7844888bbfe4a8875 (patch) | |
tree | 431748534d482dad710d36296727852604c4160e /platform/iphone/SCsub | |
parent | 894b0a010bd3617ae09baa3b571d60154b9877e1 (diff) | |
parent | 1d9b6b01db4abbdd59651469f7917f97096cf771 (diff) |
Merge pull request #42454 from naithar/feature/ios-delay-in-settings-master
[4.0] [iOS] Add touch delay value to project 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() |