update compatibility of atom components with NonUniformScaleService

This commit is contained in:
greerdv
2021-05-12 22:16:14 +01:00
parent 059f69e5e6
commit 655d71e0dd
11 changed files with 22 additions and 2 deletions
@@ -80,6 +80,7 @@ namespace AZ
void ReflectionProbeComponentController::GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& incompatible)
{
incompatible.push_back(AZ_CRC("ReflectionProbeService", 0xa5b919ce));
incompatible.push_back(AZ_CRC_CE("NonUniformScaleService"));
}
void ReflectionProbeComponentController::GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& required)