Skip to content

Commit 58c8a83

Browse files
DOCS: Update wrong comment on ReleasePosition variable (#1616)
1 parent f3b9bc9 commit 58c8a83

File tree

1 file changed

+1
-1
lines changed
  • ExternalSampleProjects/TouchSamples/Assets/Scripts/Gestures

1 file changed

+1
-1
lines changed

ExternalSampleProjects/TouchSamples/Assets/Scripts/Gestures/TapInput.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public struct TapInput
1313
public readonly Vector2 PressPosition;
1414

1515
/// <summary>
16-
/// Position that the tap started.
16+
/// Position that the tap released on.
1717
/// </summary>
1818
public readonly Vector2 ReleasePosition;
1919

0 commit comments

Comments
 (0)