Skip to content

Commit

Permalink
Merge branch 'trubit-fix-issue-47'
Browse files Browse the repository at this point in the history
  • Loading branch information
bzuillsmith committed Jul 10, 2020
2 parents ab6c0be + b5fcfd1 commit 3175cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entities/lwpolyline.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function parseLWPolylineVertices(n, scanner) {
break;
default:
// if we do not hit known code return vertices. Code might belong to entity
scanner.rewind();
if (vertexIsStarted) {
vertices.push(vertex);
}
Expand All @@ -103,4 +104,4 @@ function parseLWPolylineVertices(n, scanner) {
}
scanner.rewind();
return vertices;
};
};

0 comments on commit 3175cb7

Please sign in to comment.