Commit c950d180b4a3ddf1cafcd0d7be5e3cb7d583efb1

Authored by Josh Klontz
1 parent b92e3530

ct8 tweak

Showing 1 changed file with 1 additions and 2 deletions
sdk/plugins/ct8.cpp
... ... @@ -418,9 +418,8 @@ struct CT8Enroll : public UntrainableTransform
418 418 if (!enroll_succeeded)
419 419 {
420 420 dst.file.setBool("FTE");
421   - return;
  421 + dst.m() = Mat();
422 422 }
423   -
424 423 } catch (std::exception &e) {
425 424 qFatal("CT8Enroll Exception: %s", e.what());
426 425 }
... ...