Revert "Indentation style changed to Horstmann"
This reverts commit f2259f712d.
Conflicts:
src/GameWorld.cpp
src/Systems/PhysicsSystem.cpp
This commit is contained in:
@@ -7,7 +7,8 @@ namespace Components
|
||||
{
|
||||
|
||||
struct Transform : Component
|
||||
{ Transform()
|
||||
{
|
||||
Transform()
|
||||
: Scale(glm::vec3(1.f)) { }
|
||||
|
||||
glm::vec3 Position;
|
||||
|
||||
Reference in New Issue
Block a user