Remove unused variable
This commit is contained in:
parent
c1295f1d7a
commit
cdaa297a78
|
@ -56,10 +56,6 @@ struct LastFrameCollisionInfo {
|
||||||
/// True if we were using SAT algorithm to check for collision in the previous frame
|
/// True if we were using SAT algorithm to check for collision in the previous frame
|
||||||
bool wasUsingSAT;
|
bool wasUsingSAT;
|
||||||
|
|
||||||
/// True if there was a narrow-phase collision
|
|
||||||
/// in the previous frame
|
|
||||||
bool wasCollidingLastFrame;
|
|
||||||
|
|
||||||
// ----- GJK Algorithm -----
|
// ----- GJK Algorithm -----
|
||||||
|
|
||||||
/// Previous separating axis
|
/// Previous separating axis
|
||||||
|
|
Loading…
Reference in New Issue
Block a user