Skip to content

Commit 4b5af7c

Browse files
committed
removing uncessary check
1 parent b7714b8 commit 4b5af7c

File tree

1 file changed

+1
-1
lines changed
  • Assets/HoloToolkit/Input/Scripts/Cursor

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/Input/Scripts/Cursor/Cursor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ public virtual CursorStateEnum CheckCursorState()
418418
{
419419
if (cursorState != CursorStateEnum.Contextual)
420420
{
421-
if (IsInputSourceDown && visibleHandsCount > 0)
421+
if (IsInputSourceDown)
422422
{
423423
return CursorStateEnum.Select;
424424
}

0 commit comments

Comments
 (0)