tidy up NonUniformScaleService compatibility

This commit is contained in:
greerdv
2021-05-12 21:20:23 +01:00
parent e915133bbf
commit 059f69e5e6
50 changed files with 119 additions and 47 deletions
@@ -29,6 +29,7 @@ namespace LmbrCentral
{
incompatible.push_back(AZ_CRC("ShapeService", 0xe86aa5fe));
incompatible.push_back(AZ_CRC("SphereShapeService", 0x90c8dc80));
incompatible.push_back(AZ_CRC_CE("NonUniformScaleService"));
}
void SphereShapeComponent::GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& required)