Indentation style changed to Horstmann

This commit is contained in:
2014-04-11 21:53:05 +02:00
parent e70e18a27b
commit f2259f712d
61 changed files with 353 additions and 697 deletions
+1 -2
View File
@@ -36,8 +36,7 @@ private:
btDiscreteDynamicsWorld* m_DynamicsWorld;
struct PhysicsData
{
btRigidBody* RigidBody;
{ btRigidBody* RigidBody;
btMotionState* MotionState;
btCollisionShape* CollisionShape;
};