[iOS] Fix incorrect method name for input dragging event
(cherry picked from commit 8b3ac9479e
)
This commit is contained in:
parent
3e0f380c90
commit
4282076ab5
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ const CGFloat kGLGestureMovementDistance = 0.5;
|
|||
return;
|
||||
}
|
||||
|
||||
[self.godotView touchesMoved:cleared withEvent:event];
|
||||
[self.godotView godotTouchesMoved:cleared withEvent:event];
|
||||
|
||||
[super touchesMoved:touches withEvent:event];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue