Integrating github/staging through commit 5f214be
This commit is contained in:
@@ -23,14 +23,12 @@ namespace LmbrCentral
|
||||
{
|
||||
provided.push_back(AZ_CRC("ShapeService", 0xe86aa5fe));
|
||||
provided.push_back(AZ_CRC("SphereShapeService", 0x90c8dc80));
|
||||
provided.push_back(AZ_CRC("AreaLightShapeService", 0x68ea78dc));
|
||||
}
|
||||
|
||||
void SphereShapeComponent::GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& incompatible)
|
||||
{
|
||||
incompatible.push_back(AZ_CRC("ShapeService", 0xe86aa5fe));
|
||||
incompatible.push_back(AZ_CRC("SphereShapeService", 0x90c8dc80));
|
||||
incompatible.push_back(AZ_CRC("AreaLightShapeService", 0x68ea78dc));
|
||||
}
|
||||
|
||||
void SphereShapeComponent::GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& required)
|
||||
|
||||
Reference in New Issue
Block a user