Skip to content

Commit ea3c373

Browse files
Stephen HodgsonStephen Hodgson
authored andcommitted
Added missing curley braces
1 parent 0eb5d44 commit ea3c373

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/HoloToolkit/Input/Scripts/BasicCursor.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ protected virtual void LateUpdate()
9393
if (gazeManagerReference == null)
9494
{
9595
if (!GetGazeManagerReference())
96+
{
9697
return;
98+
}
9799
}
98100

99101
// Calculate the raycast result

0 commit comments

Comments
 (0)