Skip to content

Commit

Permalink
Merge pull request supermedium#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 committed Oct 11, 2017
2 parents 1c47be1 + 72742d6 commit 84610ef
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 84610ef

Please sign in to comment.