Skip to content

Commit ad66e96

Browse files
author
Julia Schwarz
committed
Merge branch 'fixfov' of https://github.com/julenka/MixedRealityToolkit-Unity into fixfov
2 parents bf04047 + 57d26fe commit ad66e96

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
@@ -48,7 +48,7 @@ public static bool IsInFOVCached(this Camera cam, Collider myCollider)
4848
inFOVLastCalculatedFrame = Time.frameCount;
4949
}
5050
else if (inFOVColliderCache.TryGetValue(cameraColliderPair, out result))
51-
{
51+
{
5252
return result;
5353
}
5454

0 commit comments

Comments
 (0)