mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-12 19:33:50 +02:00
Fix IsHmdAfk
This commit is contained in:
@@ -55,7 +55,6 @@ namespace VRCX
|
||||
private bool _wristOverlayActive;
|
||||
private bool _wristOverlayWasActive;
|
||||
|
||||
public bool IsHmdAfk { get; private set; }
|
||||
|
||||
static VRCXVR()
|
||||
{
|
||||
|
||||
@@ -43,7 +43,6 @@ namespace VRCX
|
||||
private Thread _thread;
|
||||
private bool _wristOverlayActive;
|
||||
private DateTime _nextOverlayUpdate;
|
||||
public bool IsHmdAfk { get; private set; }
|
||||
|
||||
static VRCXVRLegacy()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user