mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fixing previous TriangleSelector refactoring.
This commit is contained in:
@@ -133,7 +133,9 @@ protected:
|
|||||||
|
|
||||||
// How many children were spawned during last split?
|
// How many children were spawned during last split?
|
||||||
// Is not reset on remerging the triangle.
|
// Is not reset on remerging the triangle.
|
||||||
char old_number_of_splits : 2;
|
int old_number_of_splits : 3;
|
||||||
|
|
||||||
|
// there are still 3 bits available at the last byte :-)
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Vertex {
|
struct Vertex {
|
||||||
|
|||||||
Reference in New Issue
Block a user