update Ragdoll component to only uses Handles (#981)
This commit is contained in:
@@ -465,7 +465,7 @@ namespace PhysX
|
||||
|
||||
PhysX::CharacterController* CharacterControllerComponent::GetController()
|
||||
{
|
||||
return const_cast<PhysX::CharacterController*>(GetControllerConst());
|
||||
return const_cast<PhysX::CharacterController*>(static_cast<const CharacterControllerComponent&>(*this).GetControllerConst());
|
||||
}
|
||||
|
||||
void CharacterControllerComponent::CreateController()
|
||||
|
||||
Reference in New Issue
Block a user