Skip to content

Commit

Permalink
add environmentDressing class to dressing entity
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin authored Oct 11, 2017
1 parent 1c47be1 commit 72742d6
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 72742d6

Please sign in to comment.