From ef2adf3605f4591a1b6a3b0fa626297be235ab93 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Wed, 11 Oct 2017 22:08:49 +0200 Subject: [PATCH] add environmentDressing class to dressing entity --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 30a639ff..f6430241 100644 --- a/index.js +++ b/index.js @@ -171,6 +171,7 @@ AFRAME.registerComponent('environment', { this.groundGeometry = null; this.dressing = document.createElement('a-entity'); + this.dressing.classList.add('environmentDressing'); this.gridCanvas = null; this.gridTexture = null;