Skip to content

Commit 57d26fe

Browse files
Julia Schwarzwiwei
andauthored
Update Assets/MixedRealityToolkit/Utilities/CameraFOVChecker.cs
Co-Authored-By: Will <[email protected]>
1 parent b7a5653 commit 57d26fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Utilities/CameraFOVChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static bool IsInFOVCached(this Camera cam, Collider myCollider)
4747
inFOVConeLastCalculatedFrame = Time.frameCount;
4848
}
4949
else if (inFOVConeColliderCache.TryGetValue(cameraColliderPair, out result))
50-
{
50+
{
5151
return result;
5252
}
5353

0 commit comments

Comments
 (0)