Skip to content

Commit

Permalink
Merge pull request #25 from vincentfretin/patch-2
Browse files Browse the repository at this point in the history
add environmentDressing class to dressing entity
  • Loading branch information
feiss authored Oct 11, 2017
2 parents 04298d7 + ef2adf3 commit 33e7980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 33e7980

Please sign in to comment.