Skip to content

Commit

Permalink
missing entity object for extrusionDirection
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarshall authored Nov 3, 2018
1 parent 61e7846 commit a5de0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/entities/polyline.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 a5de0fb

Please sign in to comment.