Changeset 1755
- Timestamp:
- Aug 16, 2012, 12:54:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Physics/Src/EasyConstraint.cpp
r1749 r1755 28 28 { 29 29 btDiscreteDynamicsWorld* dynamics_world = current_simulation->GetWorld(); 30 if (dynamics_world ,m_typed_constraint)30 if (dynamics_world && m_typed_constraint) 31 31 dynamics_world->removeConstraint(m_typed_constraint); 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.