Skip to content

Commit

Permalink
Remove none needed return true operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Aug 17, 2018
1 parent 43063f5 commit 3e570ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/JCSUnity/Scripts/Input/JCS_Input.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ public static bool OnMouseDrag(JCS_MouseButton button, bool ignorePause = false)
// the mouse position the same as 'START_DRAG_POINT'
// will still count as dragging!
DRAGGING = true;
return true;
}
}
else
Expand Down

0 comments on commit 3e570ef

Please sign in to comment.