Skip to content

Commit

Permalink
Merge pull request #74367 from webair/increase-max-touches-ios
Browse files Browse the repository at this point in the history
iOS: Increase max simultaneous touches to 32
  • Loading branch information
akien-mga committed Mar 5, 2023
2 parents 22ae1e4 + 54bd204 commit 9ab52d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ios/godot_view.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 9ab52d8

Please sign in to comment.