Cleanup: use a boolean for BMesh::use_toolflags
Bit-fields don't have any advantage in this case, use a boolean.
This commit is contained in:
@@ -354,7 +354,7 @@ struct BMesh {
|
||||
/** Operator API stuff (must be all null or all allocated). */
|
||||
struct BLI_mempool *vtoolflagpool, *etoolflagpool, *ftoolflagpool;
|
||||
|
||||
uint use_toolflags : 1;
|
||||
bool use_toolflags;
|
||||
|
||||
int toolflag_index;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user