From 94dd3b9624c8038a9cd47f48048347cd3d226801 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 12 Apr 2009 11:55:28 +0000 Subject: [PATCH] Fix empty contact geoms with OdeUtil.collide --- panda/src/ode/odeContactGeom.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/ode/odeContactGeom.cxx b/panda/src/ode/odeContactGeom.cxx index a5bd47c0e1..e1f0e02402 100755 --- a/panda/src/ode/odeContactGeom.cxx +++ b/panda/src/ode/odeContactGeom.cxx @@ -31,7 +31,7 @@ OdeContactGeom(const OdeContactGeom ©) : OdeContactGeom:: OdeContactGeom(const dContactGeom ©) : _contact_geom() { - *this = _contact_geom; + *this = copy; } OdeContactGeom::