mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 20:33:30 +01:00
cleanup unused field
This commit is contained in:
parent
95c69ec101
commit
3cecd933da
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ export class ParametricExtruder extends Extruder {
|
|||
constructor(params) {
|
||||
super();
|
||||
this.params = params;
|
||||
this.approxIndex = new Map();
|
||||
}
|
||||
|
||||
prepareLidCalculation(baseNormal, lidNormal) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue