diff --git a/unpublishedScripts/marketplace/shortbow/utils.js b/unpublishedScripts/marketplace/shortbow/utils.js index 5f93b747b0..3ef82dcc13 100644 --- a/unpublishedScripts/marketplace/shortbow/utils.js +++ b/unpublishedScripts/marketplace/shortbow/utils.js @@ -48,7 +48,7 @@ utils = { var result = Entities.findRayIntersection({ origin: pos, direction: { x: 0.0, y: -1.0, z: 0.0 } - }); + }, true); if (result.intersects) { return result.intersection; }