Skip to content

Commit

Permalink
Revert "this fixes a bug"
Browse files Browse the repository at this point in the history
This reverts commit 9e7e2fa.
  • Loading branch information
vincentfretin committed Sep 5, 2024
1 parent 9e7e2fa commit 9c60fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/street-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function newScene(
'Environment'
);
// Use third param clobber to true to reset to default values
environmentEl.setAttribute('street-environment', 'day', true);
environmentEl.setAttribute('street-environment', '', true);
const geoLayer = checkOrCreateEntity(
'reference-layers',
AFRAME.scenes[0],
Expand Down

0 comments on commit 9c60fd7

Please sign in to comment.