Fix empty contact geoms with OdeUtil.collide

This commit is contained in:
rdb 2009-04-12 11:55:28 +00:00
parent 788631d454
commit 94dd3b9624

View File

@ -31,7 +31,7 @@ OdeContactGeom(const OdeContactGeom &copy) :
OdeContactGeom:: OdeContactGeom::
OdeContactGeom(const dContactGeom &copy) : OdeContactGeom(const dContactGeom &copy) :
_contact_geom() { _contact_geom() {
*this = _contact_geom; *this = copy;
} }
OdeContactGeom:: OdeContactGeom::