mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
[iOS] Fix incorrect method name for input dragging event
This commit is contained in:
parent
3b3916f4f0
commit
8b3ac9479e
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,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…
Add table
Add a link
Reference in a new issue