mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Removed unnecessary lines.
This commit is contained in:
parent
4a36bb7093
commit
f40a807484
@ -16,27 +16,3 @@
|
||||
|
||||
TypeHandle PhysxObject::_type_handle;
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: PhysxObject::set_mass
|
||||
// Access: Published
|
||||
// Description: Set the mass of body.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
void PhysxObject::
|
||||
set_mass(float mass) {
|
||||
|
||||
_desc.mass = mass;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: PhysxObject::get_mass
|
||||
// Access: Published
|
||||
// Description: Get the mass of body.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
float PhysxObject::
|
||||
get_mass() const {
|
||||
|
||||
return _desc.mass;
|
||||
}
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user