Skip to content

Commit

Permalink
refactor(FeatureGeometryLayer): cleanup -> remove extra line break
Browse files Browse the repository at this point in the history
  • Loading branch information
ftoromanoff committed Apr 12, 2023
1 parent cd8d106 commit 4cef6ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Layer/FeatureGeometryLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ class FeatureGeometryLayer extends GeometryLayer {
options.update = FeatureProcessing.update;
options.convert = Feature2Mesh.convert({
batchId: options.batchId,
},
);
});
super(id, options.object3d || new Group(), options);
this.isFeatureGeometryLayer = true;
this.accurate = options.accurate ?? true;
Expand Down

0 comments on commit 4cef6ba

Please sign in to comment.