Indentation style changed to Horstmann
This commit is contained in:
@@ -7,8 +7,7 @@ namespace Components
|
||||
{
|
||||
|
||||
struct Physics : Component
|
||||
{
|
||||
float Mass = 0;
|
||||
{ float Mass = 0;
|
||||
float Friction = 0;
|
||||
glm::vec3 Gravity = glm::vec3(0, -9.82f, 0);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user