Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Sep 29, 2024
1 parent 0c05e34 commit 596fbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sample_continuous.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ class GhostBumps : public Sample
bool m_useChain;
};

static int sampleGhostCollision = RegisterSample( "Continuous", "Ghost Collision", GhostBumps::Create );
static int sampleGhostCollision = RegisterSample( "Continuous", "Ghost Bumps", GhostBumps::Create );

// Speculative collision failure case suggested by Dirk Gregorius. This uses
// a simple fallback scheme to prevent tunneling.
Expand Down

0 comments on commit 596fbce

Please sign in to comment.