increased max touches to 32 for ios

This commit is contained in:
Chris Weber 2023-03-04 17:24:00 +01:00
parent 61d2c85511
commit 54bd204377

View file

@ -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 () {