Skip to content

Commit 596fbce

Browse files
committed
typo
1 parent 0c05e34 commit 596fbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/sample_continuous.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ class GhostBumps : public Sample
676676
bool m_useChain;
677677
};
678678

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

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

0 commit comments

Comments
 (0)