Fix IsHmdAfk

This commit is contained in:
Natsumi
2024-12-03 09:02:03 +13:00
parent 6da70cc1f6
commit 5bf5a7be22
2 changed files with 0 additions and 2 deletions

View File

@@ -55,7 +55,6 @@ namespace VRCX
private bool _wristOverlayActive;
private bool _wristOverlayWasActive;
public bool IsHmdAfk { get; private set; }
static VRCXVR()
{

View File

@@ -43,7 +43,6 @@ namespace VRCX
private Thread _thread;
private bool _wristOverlayActive;
private DateTime _nextOverlayUpdate;
public bool IsHmdAfk { get; private set; }
static VRCXVRLegacy()
{