diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-03-14 16:00:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 16:00:02 +0100 |
commit | fc7adaab7b3856a7831d402ea2bbb27efe7b7d8a (patch) | |
tree | 23902b836784f4c823d69f200b6aa2c1cffbc9f6 /platform/ios | |
parent | 258ea41ffa00a71bbb6ba9844840f18ba5802816 (diff) | |
parent | 38c0ad7c6c6b70f1ecac0a7962a60c3105b3d8e8 (diff) |
Merge pull request #74907 from YuriSizov/4.0-cherrypicks
Cherry-picks for the 4.0 branch (future 4.0.1) - 3rd batch
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/godot_view.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/godot_view.mm b/platform/ios/godot_view.mm index fafec79bf6..67e47092d8 100644 --- a/platform/ios/godot_view.mm +++ b/platform/ios/godot_view.mm @@ -39,7 +39,7 @@ #import <CoreMotion/CoreMotion.h> -static const int max_touches = 8; +static const int max_touches = 32; static const float earth_gravity = 9.80665; @interface GodotView () { |