Changeset 1755


Ignore:
Timestamp:
Aug 16, 2012, 12:54:07 AM (11 years ago)
Author:
touky
Message:

copy/paste fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Physics/Src/EasyConstraint.cpp

    r1749 r1755  
    2828{
    2929        btDiscreteDynamicsWorld* dynamics_world = current_simulation->GetWorld();
    30         if (dynamics_world, m_typed_constraint)
     30        if (dynamics_world && m_typed_constraint)
    3131                dynamics_world->removeConstraint(m_typed_constraint);
    3232}
Note: See TracChangeset for help on using the changeset viewer.