Skip to content

Commit 21519ee

Browse files
Stephen HodgsonStephen Hodgson
authored andcommitted
Wow I'm really bad at spelling.
1 parent 5720cb5 commit 21519ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Assets/HoloToolkit/Input/Scripts/BasicCursor.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public struct RaycastResult
2828

2929
private bool hasLoggedGazeManagerError;
3030

31-
private GazeManager gaseManager;
31+
private GazeManager gazeManager;
3232

3333
protected virtual void Awake()
3434
{
@@ -49,9 +49,9 @@ protected virtual void Awake()
4949

5050
private bool GetGazeManagerReference()
5151
{
52-
gaseManager = GazeManager.Instance;
52+
gazeManager = GazeManager.Instance;
5353

54-
if (gaseManager == null)
54+
if (gazeManager == null)
5555
{
5656
return false;
5757
}
@@ -90,7 +90,7 @@ protected virtual void LateUpdate()
9090
return;
9191
}
9292

93-
if (gaseManager == null)
93+
if (gazeManager == null)
9494
{
9595
if (!GetGazeManagerReference())
9696
{

0 commit comments

Comments
 (0)