Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-25 16:37:59 -07:00
committed by Esteban Papp
parent 9052764980
commit 2943f16d11
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -396,7 +396,7 @@ namespace PhysX
void SystemComponent::SetCollisionLayerName(int index, const AZStd::string& layerName)
{
m_physXSystem->SetCollisionLayerName(aznumeric_cast<AZ::u64>(index), layerName);
m_physXSystem->SetCollisionLayerName(aznumeric_cast<int>(index), layerName);
}
void SystemComponent::CreateCollisionGroup(const AZStd::string& groupName, const AzPhysics::CollisionGroup& group)