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