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;