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