update to use uniform scale calls to Transform
This commit is contained in:
@@ -365,7 +365,7 @@ namespace PhysX
|
||||
}
|
||||
|
||||
AZ::Transform colliderTransform = GetWorldTM();
|
||||
colliderTransform.ExtractScale();
|
||||
colliderTransform.ExtractUniformScale();
|
||||
|
||||
AzPhysics::RigidBodyConfiguration configuration = m_config;
|
||||
configuration.m_orientation = colliderTransform.GetRotation();
|
||||
|
||||
Reference in New Issue
Block a user