mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
[iOS] Fix incorrect method name for input dragging event
(cherry picked from commit 8b3ac9479e)
This commit is contained in:
committed by
Rémi Verschelde
parent
0ea54d07f2
commit
a6b7300438
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user