mark not yet supported shapes incompatible with shape collider component, fixes 3031
Signed-off-by: greerdv <greerdv@amazon.com>
This commit is contained in:
@@ -50,6 +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"));
|
||||
}
|
||||
|
||||
void ReferenceShapeComponent::GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& services)
|
||||
|
||||
Reference in New Issue
Block a user