mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Set handles to null on OVR Shutdown
This commit is contained in:
@@ -241,6 +241,9 @@ namespace VRCX
|
|||||||
OpenVR.Shutdown();
|
OpenVR.Shutdown();
|
||||||
nextInit = DateTime.UtcNow.AddSeconds(10);
|
nextInit = DateTime.UtcNow.AddSeconds(10);
|
||||||
system = null;
|
system = null;
|
||||||
|
|
||||||
|
_wristOverlayHandle = 0;
|
||||||
|
_hmdOverlayHandle = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user