Merge pull request #4981 from aws-lumberyard-dev/Prism/gemdownloadcallfix

Re-add call used to initiate gem download
monroegm-disable-blank-issue-2
AMZN-Phil 4 years ago committed by GitHub
commit 6b3fc0ff8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -166,6 +166,10 @@ namespace O3DE::ProjectManager
{
notification += " " + tr("and") + " ";
}
if (added && GemModel::GetDownloadStatus(modelIndex) == GemInfo::DownloadStatus::NotDownloaded)
{
m_downloadController->AddGemDownload(GemModel::GetName(modelIndex));
}
}
if (numChangedDependencies == 1 )

Loading…
Cancel
Save