From fc38b8232066c619d5a37c0c31732b08ae74a3d4 Mon Sep 17 00:00:00 2001 From: panda2134 Date: Thu, 22 Apr 2021 15:18:36 +0800 Subject: [PATCH] Temporarily changed detection of slipped [ci skip] further modifications will be moved onto a new branch --- world.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/world.cpp b/world.cpp index c27f93e..3189d24 100644 --- a/world.cpp +++ b/world.cpp @@ -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) {