mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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(const dContactGeom ©) :
|
||||
_contact_geom() {
|
||||
*this = _contact_geom;
|
||||
*this = copy;
|
||||
}
|
||||
|
||||
OdeContactGeom::
|
||||
|
Loading…
x
Reference in New Issue
Block a user