diff --git a/sdk/plugins/ct8.cpp b/sdk/plugins/ct8.cpp index f0dff10..7da0579 100644 --- a/sdk/plugins/ct8.cpp +++ b/sdk/plugins/ct8.cpp @@ -418,9 +418,8 @@ struct CT8Enroll : public UntrainableTransform if (!enroll_succeeded) { dst.file.setBool("FTE"); - return; + dst.m() = Mat(); } - } catch (std::exception &e) { qFatal("CT8Enroll Exception: %s", e.what()); }