Revert "Indentation style changed to Horstmann"
This reverts commit f2259f712d.
Conflicts:
src/GameWorld.cpp
src/Systems/PhysicsSystem.cpp
This commit is contained in:
@@ -43,7 +43,8 @@ private:
|
||||
|
||||
|
||||
struct PhysicsData
|
||||
{ btRigidBody* RigidBody;
|
||||
{
|
||||
btRigidBody* RigidBody;
|
||||
btMotionState* MotionState;
|
||||
btCollisionShape* CollisionShape;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user