Merge pull request #58317 from naithar/fix/ios-drag-input
This commit is contained in:
commit
6a51999b7f
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ const CGFloat kGLGestureMovementDistance = 0.5;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
[self.godotView touchesMoved:cleared withEvent:event];
|
[self.godotView godotTouchesMoved:cleared withEvent:event];
|
||||||
|
|
||||||
[super touchesMoved:touches withEvent:event];
|
[super touchesMoved:touches withEvent:event];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue