diff --git a/headers/openvr.h b/headers/openvr.h index 8d405aa3..1214ca93 100644 --- a/headers/openvr.h +++ b/headers/openvr.h @@ -1384,7 +1384,7 @@ enum EVRSkeletalMotionRange enum EVRSkeletalTrackingLevel { - // body part location can’t be directly determined by the device. Any skeletal pose provided by + // body part location can't be directly determined by the device. Any skeletal pose provided by // the device is estimated by assuming the position required to active buttons, triggers, joysticks, // or other input sensors. // E.g. Vive Controller, Gamepad @@ -3178,7 +3178,7 @@ struct NotificationBitmap_t , m_nHeight( 0 ) , m_nBytesPerPixel( 0 ) { - }; + } void *m_pImageData; int32_t m_nWidth; 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; }