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::