Skip to content

Commit ef2adf3

Browse files
add environmentDressing class to dressing entity
1 parent 04298d7 commit ef2adf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
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)