Skip to content

Commit

Permalink
Fix IsHmdAfk
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Dec 2, 2024
1 parent 6da70cc commit 5bf5a7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dotnet/Overlay/VRCXVR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public class VRCXVR : VRCXVRInterface
private bool _wristOverlayActive;
private bool _wristOverlayWasActive;

public bool IsHmdAfk { get; private set; }

static VRCXVR()
{
Expand Down
1 change: 0 additions & 1 deletion Dotnet/Overlay/VRCXVRLegacy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public class VRCXVRLegacy : VRCXVRInterface
private Thread _thread;
private bool _wristOverlayActive;
private DateTime _nextOverlayUpdate;
public bool IsHmdAfk { get; private set; }

static VRCXVRLegacy()
{
Expand Down

0 comments on commit 5bf5a7b

Please sign in to comment.