feedback from PR

Signed-off-by: greerdv <greerdv@amazon.com>
This commit is contained in:
greerdv
2021-10-14 18:43:32 +01:00
parent b408635a01
commit 55c033333e
2 changed files with 2 additions and 2 deletions
@@ -127,7 +127,7 @@ namespace PhysX
incompatible.push_back(AZ_CRC_CE("DiskShapeService"));
incompatible.push_back(AZ_CRC_CE("QuadShapeService"));
incompatible.push_back(AZ_CRC_CE("TubeShapeService"));
incompatible.push_back(AZ_CRC_CE("VegetationReferenceShapeService"));
incompatible.push_back(AZ_CRC_CE("ReferenceShapeService"));
}
const AZStd::vector<AZ::Vector3>& EditorShapeColliderComponent::GetSamplePoints() const
@@ -50,7 +50,7 @@ namespace Vegetation
void ReferenceShapeComponent::GetProvidedServices(AZ::ComponentDescriptor::DependencyArrayType& services)
{
services.push_back(AZ_CRC("ShapeService", 0xe86aa5fe));
services.push_back(AZ_CRC_CE("VegetationReferenceShapeService"));
services.push_back(AZ_CRC_CE("ReferenceShapeService"));
}
void ReferenceShapeComponent::GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& services)