Skip to content

Commit

Permalink
player: Fix unused var warning
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Aug 15, 2024
1 parent 0a1703a commit 9e4f9d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vphysics_jolt/vjolt_controller_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ bool JoltPhysicsPlayerController::OnContactValidate( const JPH::CharacterVirtual
void JoltPhysicsPlayerController::OnContactAdded( const JPH::CharacterVirtual* inCharacter, const JPH::BodyID& inBodyID2, const JPH::SubShapeID& inSubShapeID2, JPH::RVec3Arg inContactPosition, JPH::Vec3Arg inContactNormal, JPH::CharacterContactSettings& ioSettings )
{
JoltPhysicsContactListener *pListener = m_pObject->GetEnvironment()->GetContactListener();
( void )pListener;
}

//-------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 9e4f9d2

Please sign in to comment.