git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@279 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
4cd3fba1d8
commit
c9f63b2a17
|
@ -25,7 +25,7 @@ using namespace reactphysics3d;
|
||||||
|
|
||||||
// Constructor
|
// Constructor
|
||||||
Constraint::Constraint(Body* const body1, Body* const body2)
|
Constraint::Constraint(Body* const body1, Body* const body2)
|
||||||
:body1(body1), body2(body2) {
|
:body1(body1), body2(body2), active(true) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user