mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Initialize no_sort to prevent it from being unexpectedly true
This commit is contained in:
parent
fc9cec9d81
commit
ee5b999ab0
2 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ class ExtrusionEntityCollection : public ExtrusionEntity
|
|||
public:
|
||||
ExtrusionEntitiesPtr entities;
|
||||
bool no_sort;
|
||||
ExtrusionEntityCollection(): no_sort(false) {};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue