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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user