combined the 2 physics shape collider config pair types into 1(#778)
This commit is contained in:
@@ -95,7 +95,7 @@ namespace NvCloth
|
||||
continue;
|
||||
}
|
||||
|
||||
for (const Physics::ShapeConfigurationPair& shapeConfigPair : clothNodeConfig.m_shapes)
|
||||
for (const AzPhysics::ShapeColliderPair& shapeConfigPair : clothNodeConfig.m_shapes)
|
||||
{
|
||||
const auto& colliderConfig = shapeConfigPair.first;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user