We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a626c8e commit 8c9dc02Copy full SHA for 8c9dc02
1 file changed
EasyOpenVRSingleton.cs
@@ -155,7 +155,7 @@ public bool MoveChaperoneBounds(HmdVector3_t offset)
155
void MoveCorner(ref HmdVector3_t corner)
156
{
157
// Will not change points at vertical 0, that's the bottom of the Chaperone.
158
- // This at it appears the bottom gets reset to 0 at a regular interval anyway.
+ // This as it appears the bottom gets reset to 0 at a regular interval anyway.
159
corner.v0 += offset.v0;
160
if (corner.v1 != 0) corner.v1 += offset.v1;
161
corner.v2 += offset.v2;
0 commit comments