Explorar o código

increased max touches to 32 for ios

Chris Weber %!s(int64=2) %!d(string=hai) anos
pai
achega
54bd204377
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      platform/ios/godot_view.mm

+ 1 - 1
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 () {