[ftue_auto_register] elevated error to assert if registration fails

This commit is contained in:
scottr
2021-05-27 14:54:51 -07:00
parent ecc18338fa
commit 3137b961bf
@@ -338,7 +338,7 @@ namespace O3DE::ProjectManager
result = (registrationResult.cast<int>() == 0);
}
AZ_Error("ProjectManagerWindow", result, "Registration of this engine failed!");
AZ_Assert(result, "Registration of this engine failed!");
return result;
}