make aabb shape component incompatible with non-uniform scale component

Signed-off-by: greerdv <greerdv@amazon.com>
This commit is contained in:
greerdv
2022-02-11 13:36:40 +00:00
parent 7150a28ed6
commit c806b41cff
5 changed files with 8 additions and 87 deletions
@@ -38,7 +38,7 @@ namespace LmbrCentral
protected:
static void GetProvidedServices(AZ::ComponentDescriptor::DependencyArrayType& provided);
static void GetDependentServices(AZ::ComponentDescriptor::DependencyArrayType& dependent);
static void GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& incompatible);
// EditorComponentBase
void BuildGameEntity(AZ::Entity* gameEntity) override;