Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Dec 31, 2024
1 parent ce1340f commit 36f649e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1437,9 +1437,9 @@ namespace gdjs {

/**
* A character is simulated by Jolt before the rest of the physics simulation
* (see `doBeforePhysicsStep`).
* (see `doBeforePhysicsStep`).
* This means that contacts with the character would only rarely be recognized by
* the physics engine if using the default contact listeners.
* the physics engine if using the default contact listeners.
* Instead, this class allows to properly track contacts of the character
* using Jolt `CharacterVirtual::GetActiveContacts`.
*/
Expand Down

0 comments on commit 36f649e

Please sign in to comment.