From c950d180b4a3ddf1cafcd0d7be5e3cb7d583efb1 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Wed, 6 Mar 2013 16:22:23 -0500 Subject: [PATCH] ct8 tweak --- sdk/plugins/ct8.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()); } -- libgit2 0.21.4