[ftue_auto_register] elevated error to assert if registration fails

main
scottr 5 years ago
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;
}

Loading…
Cancel
Save