Better to manually define values for enum in this case. Values used in file.
--HG-- branch : feature
This commit is contained in:
parent
b3f3f03cc3
commit
3ab96f0105
|
@ -77,7 +77,7 @@ enum class PieceNodeAngle : unsigned char
|
|||
enum class PiecePathIncludeType : unsigned char
|
||||
{
|
||||
AsMainPath = 0,
|
||||
AsCustomSA
|
||||
AsCustomSA = 1
|
||||
};
|
||||
|
||||
enum class PiecePathType : unsigned char {PiecePath = 0, CustomSeamAllowance = 1, InternalPath = 2, Unknown = 3};
|
||||
|
|
Loading…
Reference in New Issue
Block a user