mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Fix empty contact geoms with OdeUtil.collide
This commit is contained in:
parent
788631d454
commit
94dd3b9624
@ -31,7 +31,7 @@ OdeContactGeom(const OdeContactGeom ©) :
|
|||||||
OdeContactGeom::
|
OdeContactGeom::
|
||||||
OdeContactGeom(const dContactGeom ©) :
|
OdeContactGeom(const dContactGeom ©) :
|
||||||
_contact_geom() {
|
_contact_geom() {
|
||||||
*this = _contact_geom;
|
*this = copy;
|
||||||
}
|
}
|
||||||
|
|
||||||
OdeContactGeom::
|
OdeContactGeom::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user