Skip to content

Commit 8c9dc02

Browse files
committed
Fix typo
1 parent a626c8e commit 8c9dc02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EasyOpenVRSingleton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public bool MoveChaperoneBounds(HmdVector3_t offset)
155155
void MoveCorner(ref HmdVector3_t corner)
156156
{
157157
// 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.
158+
// This as it appears the bottom gets reset to 0 at a regular interval anyway.
159159
corner.v0 += offset.v0;
160160
if (corner.v1 != 0) corner.v1 += offset.v1;
161161
corner.v2 += offset.v2;

0 commit comments

Comments
 (0)