git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@109 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
7c1f174388
commit
84145e5b98
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
// Constructor of the class Object
|
// Constructor of the class Object
|
||||||
Object::Object(const Vector3D& position, const Kilogram& mass, const Matrix3x3& inertiaTensor)
|
Object::Object(const Vector3D& position, const Kilogram& mass, const Matrix3x3& inertiaTensor)
|
||||||
:rigidBody(new RigidBody(position, mass, inertiaTensor)) {
|
:rigidBody(new RigidBody(position, mass, inertiaTensor)) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user