Преглед на файлове

increased max touches to 32 for ios

(cherry picked from commit 54bd204377fb73a5871946005bd7cbbad4b91df9)
Chris Weber преди 2 години
родител
ревизия
006410ae46
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 () {