From 6a7c722059b1e83b30a487656e74a5ecc98e591c Mon Sep 17 00:00:00 2001 From: cw Date: Thu, 31 Jan 2019 15:02:22 -0500 Subject: [PATCH] Fixed invalid reference in openvr_api.cs --- headers/openvr_api.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/openvr_api.cs b/headers/openvr_api.cs index a3986f19..8926d29c 100644 --- a/headers/openvr_api.cs +++ b/headers/openvr_api.cs @@ -6059,7 +6059,7 @@ public void Clear() m_pVRScreenshots = null; m_pVRTrackedCamera = null; m_pVRInput = null; - m_pIOBuffer = null; + m_pVRIOBuffer = null; m_pVRSpatialAnchors = null; m_pVRNotifications = null; }