cleanup unused field

This commit is contained in:
Val Erastov 2017-03-24 17:19:42 -07:00
parent 95c69ec101
commit 3cecd933da

View file

@ -68,7 +68,6 @@ export class ParametricExtruder extends Extruder {
constructor(params) {
super();
this.params = params;
this.approxIndex = new Map();
}
prepareLidCalculation(baseNormal, lidNormal) {