Skip to content

Commit

Permalink
Merge pull request #912 from vorth/colors-defect-fix
Browse files Browse the repository at this point in the history
Defect fix
  • Loading branch information
vorth authored Sep 2, 2024
2 parents 2ecd857 + 6496fa5 commit ab70ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion online/src/worker/vzome-worker-static.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ const reportDefaultScene = report =>
clientEvents( report ) .sceneChanged( { shapes, embedding, polygons: true } );

// Now compute an updated parts list
const bom = assemblePartsList( shapes );
// const bom = assemblePartsList( shapes );
}

onmessage = ({ data }) =>
Expand Down

0 comments on commit ab70ace

Please sign in to comment.