Indentation style changed to Horstmann
This commit is contained in:
@@ -10,8 +10,7 @@ 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