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; }