File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Assets/HoloToolkit/Input/Scripts Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public struct RaycastResult
2828
2929 private bool hasLoggedGazeManagerError ;
3030
31- private GazeManager gazeManagerReference ;
31+ private GazeManager gaseManager ;
3232
3333 protected virtual void Awake ( )
3434 {
@@ -49,9 +49,9 @@ protected virtual void Awake()
4949
5050 private bool GetGazeManagerReference ( )
5151 {
52- gazeManagerReference = GazeManager . Instance ;
52+ gaseManager = GazeManager . Instance ;
5353
54- if ( gazeManagerReference == null )
54+ if ( gaseManager == null )
5555 {
5656 return false ;
5757 }
@@ -90,7 +90,7 @@ protected virtual void LateUpdate()
9090 return ;
9191 }
9292
93- if ( gazeManagerReference == null )
93+ if ( gaseManager == null )
9494 {
9595 if ( ! GetGazeManagerReference ( ) )
9696 {
You can’t perform that action at this time.
0 commit comments