Revert "Indentation style changed to Horstmann"
This reverts commit f2259f712d.
Conflicts:
src/GameWorld.cpp
src/Systems/PhysicsSystem.cpp
This commit is contained in:
@@ -10,7 +10,8 @@ namespace Components
|
||||
{
|
||||
|
||||
struct Model : Component
|
||||
{ Model() : Visible(true), ShadowCaster(true) { }
|
||||
{
|
||||
Model() : Visible(true), ShadowCaster(true) { }
|
||||
std::string ModelFile;
|
||||
Color Color;
|
||||
bool Visible;
|
||||
|
||||
Reference in New Issue
Block a user