File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
Assets/MixedRealityToolkit.Tests/PlayModeTests Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ private IEnumerator TestPointerFieldOfViewLargeColliderHelper(IMixedRealityPoint
146146 cube . transform . position = pos ;
147147 yield return testHand . MoveTo ( cube . transform . position ) ;
148148 yield return PlayModeTestUtilities . WaitForInputSystemUpdate ( ) ;
149- yield return PlayModeTestUtilities . WaitForEnterKey ( ) ;
150149 bool isInFov = CameraCache . Main . IsInFOVCached ( cube . GetComponent < BoxCollider > ( ) ) ;
151150 Assert . IsTrue ( zOffset == 1f ? myPointer . IsInteractionEnabled : ! myPointer . IsInteractionEnabled ,
152151 $ "Pointer { myPointer . PointerName } in incorrect state. IsInFOV { isInFov } Cube size { cube . transform . localScale } location { cube . transform . position } .") ;
You can’t perform that action at this time.
0 commit comments