Skip to content

Commit

Permalink
Merge pull request #352 from K3D-tools/devel
Browse files Browse the repository at this point in the history
missing semicolm
  • Loading branch information
artur-trzesiok authored May 24, 2022
2 parents 6fd6ab1 + 236fbc3 commit 110234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/providers/threejs/objects/LinesMesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {

let g = [];
let verticesCount = position.length / 3;
let offsets
let offsets;

for (let i = 0; i < indices.length; i += jump) {
if (jump === 3) {
Expand Down

0 comments on commit 110234e

Please sign in to comment.