mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
ode: Fix warnings when copying OdeTriMeshGeom
This commit is contained in:
parent
3f3fd74f86
commit
dcdd504e3f
@ -35,8 +35,8 @@ OdeTriMeshGeom(OdeSpace &space, OdeTriMeshData &data) :
|
||||
|
||||
OdeTriMeshGeom::
|
||||
OdeTriMeshGeom(const OdeTriMeshGeom ©) :
|
||||
OdeGeom(dCreateTriMesh(nullptr, copy.get_data_id(), nullptr, nullptr, nullptr)) {
|
||||
OdeTriMeshData::link_data(_id, copy.get_data());
|
||||
OdeGeom(dCreateTriMesh(nullptr, copy.get_tri_mesh_data_id(), nullptr, nullptr, nullptr)) {
|
||||
OdeTriMeshData::link_data(_id, copy.get_tri_mesh_data());
|
||||
}
|
||||
|
||||
OdeTriMeshGeom::
|
||||
|
Loading…
x
Reference in New Issue
Block a user