mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
increased max touches to 32 for ios
(cherry picked from commit 54bd204377
)
This commit is contained in:
parent
e79477a4b5
commit
006410ae46
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
#import <CoreMotion/CoreMotion.h>
|
#import <CoreMotion/CoreMotion.h>
|
||||||
|
|
||||||
static const int max_touches = 8;
|
static const int max_touches = 32;
|
||||||
static const float earth_gravity = 9.80665;
|
static const float earth_gravity = 9.80665;
|
||||||
|
|
||||||
@interface GodotView () {
|
@interface GodotView () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue