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