From cdaa297a7800a10ecd14dc0ddf7fbc4561502887 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Thu, 19 Oct 2017 17:19:33 +0200 Subject: [PATCH] Remove unused variable --- src/engine/OverlappingPair.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/engine/OverlappingPair.h b/src/engine/OverlappingPair.h index 47f13bfb..ce22bb7e 100644 --- a/src/engine/OverlappingPair.h +++ b/src/engine/OverlappingPair.h @@ -56,10 +56,6 @@ struct LastFrameCollisionInfo { /// True if we were using SAT algorithm to check for collision in the previous frame bool wasUsingSAT; - /// True if there was a narrow-phase collision - /// in the previous frame - bool wasCollidingLastFrame; - // ----- GJK Algorithm ----- /// Previous separating axis