Skip to content

Commit 87bb861

Browse files
committed
Adam's suggestion
1 parent c9c90b6 commit 87bb861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/remote-rendering/overview/features/spatial-queries.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ void CastRay(ApiHandle<RenderingSession> session)
5757
RayCast rayCast;
5858
rayCast.StartPos = {0, 0, 0};
5959
rayCast.EndPos = {0, 0, 10};
60-
rayCast.MaxHits = 10;
6160

6261
// only return the closest hit
6362
rayCast.HitCollection = HitCollectionPolicy::ClosestHit;

0 commit comments

Comments
 (0)