git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@279 92aac97c-a6ce-11dd-a772-7fcde58d38e6

This commit is contained in:
chappuis.daniel 2010-02-15 23:27:03 +00:00
parent 4cd3fba1d8
commit c9f63b2a17

View File

@ -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) {
} }