Disable stitching line feature before UI is ready

master
Jeremy HU 2022-10-02 22:48:41 +11:00
parent f1a24f942b
commit 74e43d6935
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ enum class PartTarget
{
Model = 0,
CutFace,
StitchingLine,
Count
Count, // FIXME: Enable StitchingLine after the UI is avaliable
StitchingLine
};
PartTarget PartTargetFromString(const char *targetString);
#define IMPL_PartTargetFromString \