update compatibility of atom components with NonUniformScaleService
This commit is contained in:
@@ -78,6 +78,12 @@ void FlyCameraInputComponent::GetProvidedServices(AZ::ComponentDescriptor::Depen
|
||||
provided.push_back(AZ_CRC("InputService", 0xd41af40c));
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
void FlyCameraInputComponent::GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& incompatible)
|
||||
{
|
||||
incompatible.push_back(AZ_CRC_CE("NonUniformScaleService"));
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
void FlyCameraInputComponent::Reflect(AZ::ReflectContext* reflection)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user