Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. if (!m_swapped)
  2.             {
  3.                 return new(mem) btSoftRigidCollisionAlgorithm(0,ci,body0,body1,false);
  4.             } else
  5.             {
  6.                 return new(mem) btSoftRigidCollisionAlgorithm(0,ci,body0,body1,true);
  7.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement