Skip to content

Commit f7b5bd7

Browse files
committed
* Minor change on Watson Camera - for dragging two finger as public method
1 parent 7cfd977 commit f7b5bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Camera/WatsonCamera.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ protected virtual void InitializeCameraTargetList()
190190
/// Event handler to pan and zoom with two-finger dragging
191191
/// </summary>
192192
/// <param name="args">Arguments.</param>
193-
protected virtual void DragTwoFinger(System.Object[] args)
193+
public virtual void DragTwoFinger(System.Object[] args)
194194
{
195195
if (m_DisableInteractivity)
196196
return;

0 commit comments

Comments
 (0)