Skip to content

Commit

Permalink
fix planter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Nov 4, 2021
1 parent 84380e8 commit 1e05e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aframe-streetmix-parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ function processSegments (segments, showStriping, length) {
segmentParentEl.append(createDividerVariant('planting-strip', positionX, clonedObjectRadius, 2.25));
} else if (segments[i].type === 'divider' && variantList[0] === 'planter-box') {
groundMixinId = 'grass';
segmentParentEl.append(createDividerVariant('planter-box', positionX, clonedObjectRadius, 2.25));
segmentParentEl.append(createDividerVariant('planter-box', positionX, clonedObjectRadius, 2.45));
} else if (segments[i].type === 'divider' && variantList[0] === 'palm-tree') {
groundMixinId = 'grass';
const treesParentEl = createTreesParentElement(positionX);
Expand Down

0 comments on commit 1e05e71

Please sign in to comment.