Revert "Indentation style changed to Horstmann"
This reverts commit f2259f712d.
Conflicts:
src/GameWorld.cpp
src/Systems/PhysicsSystem.cpp
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@
|
||||
#define Color_h__
|
||||
|
||||
struct Color
|
||||
{ float r;
|
||||
{
|
||||
float r;
|
||||
float g;
|
||||
float b;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user