Skip to content

Commit 33e7980

Browse files
authored
Merge pull request #25 from vincentfretin/patch-2
add environmentDressing class to dressing entity
2 parents 04298d7 + ef2adf3 commit 33e7980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ AFRAME.registerComponent('environment', {
171171
this.groundGeometry = null;
172172

173173
this.dressing = document.createElement('a-entity');
174+
this.dressing.classList.add('environmentDressing');
174175

175176
this.gridCanvas = null;
176177
this.gridTexture = null;

0 commit comments

Comments
 (0)