Skip to content

Commit

Permalink
Fix programmer stupidity
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynie committed Jul 25, 2023
1 parent b992b82 commit fdb3708
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ public IEnumerator TestManipulationCursor([ValueSource(nameof(BoundsVisualsPrefa
// yield return HoverCursorRotation("RotateHandle (5)", new Vector3(0f, 180f, 90f), visualsPath);
// Known side rotate handle
// yield return HoverCursorRotation("RotateHandle (10)", new Vector3(0f, 180f, 0f), visualsPath);
yield return null;
}

private bool ApproximatelyEquals(Vector3 a, Vector3 b, float tolerance = 0.1f)
Expand Down

0 comments on commit fdb3708

Please sign in to comment.