mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
Fix bug in PushPullFaceProductionAnalyzer that would prevent booleans within commands from working.
This commit is contained in:
parent
4affb703a5
commit
da6a462864
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ export class PushPullFaceProductionAnalyzer extends FromMObjectProductionAnalyze
|
|||
baseFace: Face;
|
||||
|
||||
constructor(consumed: MObject[], baseFace: Face) {
|
||||
super(consumed, []);
|
||||
super(consumed);
|
||||
this.baseFace = baseFace;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue