Merge pull request #2540 from dbartolini/cleanup-broadphase-proxy

Remove unnecessary copy constructor in btBroadphasePair
This commit is contained in:
erwincoumans
2019-12-17 19:08:36 -08:00
committed by GitHub

View File

@@ -187,13 +187,6 @@ btBroadphasePair
BT_DECLARE_ALIGNED_ALLOCATOR();
btBroadphasePair(const btBroadphasePair& other)
: m_pProxy0(other.m_pProxy0),
m_pProxy1(other.m_pProxy1),
m_algorithm(other.m_algorithm),
m_internalInfo1(other.m_internalInfo1)
{
}
btBroadphasePair(btBroadphaseProxy & proxy0, btBroadphaseProxy & proxy1)
{
//keep them sorted, so the std::set operations work