Skip to content

Commit 337cd30

Browse files
authored
Merge pull request #81 from watson-developer-cloud/feature-fix-watsoncamera5
* Minor change on Watson Camera - for dragging two finger as public m…
2 parents 7cfd977 + f7b5bd7 commit 337cd30

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)