Merge pull request #605 from aws-lumberyard-dev/Atom/guthadam/LYN-3612

LYN-3612 Removing reference to redcoded decal component causing drag/drop crash
This commit is contained in:
Guthrie Adams
2021-05-06 13:20:43 -05:00
committed by GitHub
2 changed files with 0 additions and 6 deletions
@@ -54,11 +54,6 @@ namespace LmbrCentral
return "Icons/Components/Decal.svg";
}
AZ::Uuid MaterialAssetTypeInfo::GetComponentTypeId() const
{
return AZ::Uuid("{BA3890BD-D2E7-4DB6-95CD-7E7D5525567A}");
}
// DccMaterialAssetTypeInfo
DccMaterialAssetTypeInfo::~DccMaterialAssetTypeInfo()
@@ -30,7 +30,6 @@ namespace LmbrCentral
const char* GetAssetTypeDisplayName() const override;
const char* GetGroup() const override;
const char* GetBrowserIcon() const override;
AZ::Uuid GetComponentTypeId() const override;
//////////////////////////////////////////////////////////////////////////////////////////////
void Register();