diff --git a/platform/iphone/godot_view.mm b/platform/iphone/godot_view.mm index f6041e7d208..0f7fb8cd6af 100644 --- a/platform/iphone/godot_view.mm +++ b/platform/iphone/godot_view.mm @@ -42,7 +42,7 @@ #import -static const int max_touches = 8; +static const int max_touches = 32; @interface GodotView () { UITouch *godot_touches[max_touches];