Integrating github/staging through commit 5f214be
This commit is contained in:
@@ -32,7 +32,6 @@ namespace LmbrCentral
|
||||
provided.push_back(AZ_CRC("PolygonPrismShapeService", 0x1cbc4ed4));
|
||||
provided.push_back(AZ_CRC("VariableVertexContainerService", 0x70c58740));
|
||||
provided.push_back(AZ_CRC("FixedVertexContainerService", 0x83f1bbf2));
|
||||
provided.push_back(AZ_CRC("AreaLightShapeService", 0x68ea78dc));
|
||||
}
|
||||
|
||||
void EditorPolygonPrismShapeComponent::GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& incompatible)
|
||||
@@ -40,7 +39,6 @@ namespace LmbrCentral
|
||||
EditorBaseShapeComponent::GetIncompatibleServices(incompatible);
|
||||
incompatible.push_back(AZ_CRC("VariableVertexContainerService", 0x70c58740));
|
||||
incompatible.push_back(AZ_CRC("FixedVertexContainerService", 0x83f1bbf2));
|
||||
incompatible.push_back(AZ_CRC("AreaLightShapeService", 0x68ea78dc));
|
||||
}
|
||||
|
||||
void EditorPolygonPrismShapeComponent::GetDependentServices(AZ::ComponentDescriptor::DependencyArrayType& dependent)
|
||||
|
||||
Reference in New Issue
Block a user