Skip to content

Commit

Permalink
Fix EyeSide enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Nov 27, 2024
1 parent ecc7628 commit 6d8b336
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ProjectObsidian/ProtoFlux/Users/Status/IsUserEyeTracking.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using FrooxEngine;
using FrooxEngine.ProtoFlux;
using FrooxEngine.ProtoFlux.Runtimes.Execution.Nodes;
using ProtoFlux.Core;
using ProtoFlux.Runtimes.Execution;

Expand All @@ -11,7 +10,7 @@ namespace ProtoFlux.Runtimes.Execution.Nodes.Obsidian.Users.Status
public class IsUserEyeTracking : ValueFunctionNode<FrooxEngineContext, bool>
{
public readonly ObjectInput<User> User;
public readonly ObjectInput<EyeSide> Side;
public readonly ValueInput<EyeSide> Side;

protected override bool Compute(FrooxEngineContext context)
{
Expand Down

0 comments on commit 6d8b336

Please sign in to comment.