Skip to content

Commit

Permalink
Merge pull request #912 from 3DStreet/street-sgement
Browse files Browse the repository at this point in the history
street-segment wip
  • Loading branch information
kfarr authored Dec 15, 2024
2 parents 6842956 + 4d64032 commit 05f4565
Show file tree
Hide file tree
Showing 21 changed files with 2,541 additions and 158 deletions.
2 changes: 1 addition & 1 deletion src/aframe-streetmix-parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ function getBikeLaneMixin(variant) {
}

function getBusLaneMixin(variant) {
if ((variant === 'colored') | (variant === 'red')) {
if (variant === 'colored' || variant === 'red') {
return 'surface-red bus-lane';
}
if (variant === 'blue') {
Expand Down
89 changes: 49 additions & 40 deletions src/assets.js

Large diffs are not rendered by default.

Loading

0 comments on commit 05f4565

Please sign in to comment.