Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aleiby authored Feb 2, 2019
1 parent 823135d commit cdc39c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headers/openvr_api.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cdc39c0

Please sign in to comment.