Skip to content

Commit 3585070

Browse files
author
Julia Schwarz
committed
fix empty return
1 parent e81aaf6 commit 3585070

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/MixedRealityToolkit.SDK/Features/UX/Scripts/Pointers/SpherePointer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ private bool isInFOVCone(Collider myCollider)
374374
/// <param name="coneAngleBufferDegrees">Degrees to expand the cone by.</param>
375375
/// <param name="minDist">Point must be at least this far away (along the camera forward) from camera. </param>
376376
/// <param name="maxDist">Point must be at most this far away (along camera forward) from camera. </param>
377-
/// <returns></returns>
378377
private static bool isPointInFOVCone(
379378
Vector3 point,
380379
float coneAngleBufferDegrees = 0,

0 commit comments

Comments
 (0)