Skip to content

Commit

Permalink
Adjust combined side
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Nov 27, 2024
1 parent 6d8b336 commit 53f0c1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ProjectObsidian/ProtoFlux/Users/Status/IsUserEyeTracking.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ protected override bool Compute(FrooxEngineContext context)
{
return eyeTrackingStreamManager.GetIsTracking(side);
}
else
{
return eyeTrackingStreamManager.GetIsTracking(EyeSide.Left) && eyeTrackingStreamManager.GetIsTracking(EyeSide.Right);
}
}
}
return false;
Expand Down

0 comments on commit 53f0c1b

Please sign in to comment.