Skip to content

Commit

Permalink
Temporarily changed detection of slipped [ci skip]
Browse files Browse the repository at this point in the history
further modifications will be moved onto a new branch
  • Loading branch information
panda2134 authored Apr 22, 2021
1 parent 999d8c4 commit fc38b82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion world.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ void SetSlippedWhenContact(b2Contact* contact) { // private helper method

void World::ContactListener::BeginContact(b2Contact* contact) {
// Before collision, modified if needed
SetSlippedWhenContact(contact);
// temporarily remove this
// SetSlippedWhenContact(contact);
}

void World::ContactListener::EndContact(b2Contact* contact) {
Expand Down

0 comments on commit fc38b82

Please sign in to comment.