[iOS] Fix multitouch not working correctly

This commit is contained in:
Sergey Minakov 2022-02-26 23:18:28 +03:00
parent 0393057e36
commit 15ef056997

View File

@ -154,6 +154,8 @@ static const float earth_gravity = 9.80665;
[self initTouches];
self.multipleTouchEnabled = YES;
// Configure and start accelerometer
if (!self.motionManager) {
self.motionManager = [[CMMotionManager alloc] init];