From fd67de47d3ea7bc88e56aa61c3b2ad79ef8cf761 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sat, 18 Aug 2007 15:11:53 +0000 Subject: [PATCH] fixed bug in GIMPACT, thanks Thomas, http://www.continuousphysics.com/Bullet/phpBB2/viewtopic.php?t=1368 --- Extras/GIMPACT/include/GIMPACT/core/gim_box_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extras/GIMPACT/include/GIMPACT/core/gim_box_set.h b/Extras/GIMPACT/include/GIMPACT/core/gim_box_set.h index 43e760f56..bd02bb43d 100755 --- a/Extras/GIMPACT/include/GIMPACT/core/gim_box_set.h +++ b/Extras/GIMPACT/include/GIMPACT/core/gim_box_set.h @@ -603,7 +603,7 @@ protected: { if(node1_is_leaf) { - m_collision_pairs->push_pair(m_boxset1->getNodeData(node0),m_boxset1->getNodeData(node1)); + m_collision_pairs->push_pair(m_boxset0->getNodeData(node0),m_boxset1->getNodeData(node1)); } else {