Set handles to null on OVR Shutdown

This commit is contained in:
BenjaminZehowlt
2024-10-28 02:11:01 -04:00
committed by Natsumi
parent e8d278753d
commit 8f10ca6386
+3
View File
@@ -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;
} }
} }