From 17aa58d6b44dc13041947527c5bd4f186b786aec Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Mon, 10 Dec 2018 17:41:31 -0800 Subject: [PATCH] restore wall raycastable-game --- src/components/wall.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/wall.js b/src/components/wall.js index 9b13d0c..80f132e 100644 --- a/src/components/wall.js +++ b/src/components/wall.js @@ -77,6 +77,7 @@ AFRAME.registerComponent('wall', { play: function () { this.el.object3D.visible = true; this.el.setAttribute('data-collidable-head', ''); + this.el.setAttribute('raycastable-game'); }, tock: function (time, timeDelta) {