Skip to content

Commit

Permalink
Merge branch 'danmarshall-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bzuillsmith committed Feb 14, 2019
2 parents 8a4ca84 + abba202 commit fdc3218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/polyline.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ EntityParser.prototype.parseEntity = function(scanner, curr) {
case 75: // Curves and smooth surface type
break;
case 210:
extrusionDirection = helpers.parsePoint(scanner);
entity.extrusionDirection = helpers.parsePoint(scanner);
break;
default:
helpers.checkCommonEntityProperties(entity, curr);
Expand Down

0 comments on commit fdc3218

Please sign in to comment.