Skip to content

Commit 2765ce2

Browse files
author
setchi
committed
Explicit implementation of IPointerClickHandler
1 parent a2000a7 commit 2765ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Hypertext/Scripts/HypertextBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Vector3 ToLocalPosition(Vector3 position)
205205
return localPosition;
206206
}
207207

208-
public void OnPointerClick(PointerEventData eventData)
208+
void IPointerClickHandler.OnPointerClick(PointerEventData eventData)
209209
{
210210
var localPosition = ToLocalPosition(eventData.position);
211211

0 commit comments

Comments
 (0)