Skip to content

Commit

Permalink
log clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaas committed Jan 24, 2024
1 parent 89fd6eb commit daaa363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Runtime/Scripts/MinimapUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public void OnPointerClick(PointerEventData eventData)
{
if (dragging) return;

Debug.Log("Clicked on minimap");
wmtsMap.ClickedMap(eventData);
}

Expand Down

0 comments on commit daaa363

Please sign in to comment.